summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallProgramsCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-08-14 21:18:52 (GMT)
committerBrad King <brad.king@kitware.com>2001-08-14 21:18:52 (GMT)
commit3d86ad7237b525f96fe56ebc5767926546daf591 (patch)
tree2c313c430c1c200b41d5918f3faf382b5ed2f62e /Source/cmInstallProgramsCommand.h
parent7d2410097ef261013549a0b023b1588fe28043ee (diff)
downloadCMake-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/cmInstallProgramsCommand.h')
-rw-r--r--Source/cmInstallProgramsCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallProgramsCommand.h b/Source/cmInstallProgramsCommand.h
index 4c5c370..307bfb9 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;
};