diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-19 17:10:21 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-19 17:10:21 (GMT) |
commit | c0d000d234525c709b8f6226d1c78c3cc0b632b3 (patch) | |
tree | fce16d3de49d612d0c545e2b385eed04b736a945 /Source/cmInstallCommand.h | |
parent | 617602e9e9e0ff57a3ef35e62e17d4a764edf920 (diff) | |
download | CMake-c0d000d234525c709b8f6226d1c78c3cc0b632b3.zip CMake-c0d000d234525c709b8f6226d1c78c3cc0b632b3.tar.gz CMake-c0d000d234525c709b8f6226d1c78c3cc0b632b3.tar.bz2 |
ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,
tests still have to be added
Alex
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r-- | Source/cmInstallCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 7c7e2e7..bb51f9c 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -248,6 +248,7 @@ private: bool HandleTargetsMode(std::vector<std::string> const& args); bool HandleFilesMode(std::vector<std::string> const& args); bool HandleDirectoryMode(std::vector<std::string> const& args); + bool HandleExportMode(std::vector<std::string> const& args); void ComputeDestination(const char* destination, std::string& dest) const; bool CheckPermissions(std::string const& arg, std::string& permissions)const; }; |