diff options
author | Brad King <brad.king@kitware.com> | 2013-03-12 17:46:51 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-03-12 17:46:51 (GMT) |
commit | 556ae30717e6d20399d32634d4593f583e46424c (patch) | |
tree | d0cca1fadaab29d9d18b0406ca0c3a386b0b8ec4 /Source/cmInstallExportGenerator.h | |
parent | 32fb1f2371d7cfe5ba1952d25182adf55058d812 (diff) | |
parent | 0c727b906ac943583fcfb1eb5cf3ea92d2ea030c (diff) | |
download | CMake-556ae30717e6d20399d32634d4593f583e46424c.zip CMake-556ae30717e6d20399d32634d4593f583e46424c.tar.gz CMake-556ae30717e6d20399d32634d4593f583e46424c.tar.bz2 |
Merge topic 'install-export-usr-move'
0c727b9 install(EXPORT): Force absolute paths for usr-move
Diffstat (limited to 'Source/cmInstallExportGenerator.h')
-rw-r--r-- | Source/cmInstallExportGenerator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmInstallExportGenerator.h b/Source/cmInstallExportGenerator.h index ee92906..7aff731 100644 --- a/Source/cmInstallExportGenerator.h +++ b/Source/cmInstallExportGenerator.h @@ -36,6 +36,8 @@ public: cmExportSet* GetExportSet() {return this->ExportSet;} + cmMakefile* GetMakefile() const { return this->Makefile; } + const std::string& GetNamespace() const { return this->Namespace; } protected: |