summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-08-14 17:18:52 -0400
committerBrad King <brad.king@kitware.com>2001-08-14 17:18:52 -0400
commit3d86ad7237b525f96fe56ebc5767926546daf591 (patch)
tree2c313c430c1c200b41d5918f3faf382b5ed2f62e /Source/cmInstallFilesCommand.h
parent7d2410097ef261013549a0b023b1588fe28043ee (diff)
downloadcmake-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/cmInstallFilesCommand.h')
-rw-r--r--Source/cmInstallFilesCommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h
index 0f86d88d28..070f703288 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;
};