diff options
author | Brad King <brad.king@kitware.com> | 2001-08-14 21:18:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-08-14 21:18:52 (GMT) |
commit | 3d86ad7237b525f96fe56ebc5767926546daf591 (patch) | |
tree | 2c313c430c1c200b41d5918f3faf382b5ed2f62e /Source/cmInstallFilesCommand.h | |
parent | 7d2410097ef261013549a0b023b1588fe28043ee (diff) | |
download | CMake-3d86ad7237b525f96fe56ebc5767926546daf591.zip CMake-3d86ad7237b525f96fe56ebc5767926546daf591.tar.gz CMake-3d86ad7237b525f96fe56ebc5767926546daf591.tar.bz2 |
ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call to the command in a single directory to specify a different install path.
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r-- | Source/cmInstallFilesCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 0f86d88..070f703 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -102,6 +102,7 @@ public: cmTypeMacro(cmInstallFilesCommand, cmCommand); private: + std::string m_TargetName; std::vector<std::string> m_FinalArgs; }; |