mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
cmInstallExportGenerator: Add method to get installed file name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user