cmInstallExportGenerator: Add method to get installed file name

This commit is contained in:
Brad King
2021-01-28 12:47:58 -05:00
parent 1215092507
commit eea61268e6
+3
View File
@@ -44,8 +44,11 @@ public:
const std::string& GetNamespace() const { return this->Namespace; }
std::string const& GetMainImportFile() const { return this->MainImportFile; }
std::string const& GetDestination() const { return this->Destination; }
std::string GetDestinationFile() const;
std::string GetFileName() const { return this->FileName; }
protected:
void GenerateScript(std::ostream& os) override;