diff options
author | Brad King <brad.king@kitware.com> | 2001-08-14 17:18:52 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-08-14 17:18:52 -0400 |
commit | 3d86ad7237b525f96fe56ebc5767926546daf591 (patch) | |
tree | 2c313c430c1c200b41d5918f3faf382b5ed2f62e /Source/cmInstallProgramsCommand.h | |
parent | 7d2410097ef261013549a0b023b1588fe28043ee (diff) | |
download | cmake-3d86ad7237b525f96fe56ebc5767926546daf591.tar.gz |
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/cmInstallProgramsCommand.h')
-rw-r--r-- | Source/cmInstallProgramsCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h index 4c5c370783..307bfb9856 100644 --- a/Source/cmInstallProgramsCommand.h +++ b/Source/cmInstallProgramsCommand.h @@ -102,6 +102,7 @@ public: cmTypeMacro(cmInstallProgramsCommand, cmCommand); private: + std::string m_TargetName; std::vector<std::string> m_FinalArgs; }; |