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.

This commit is contained in:
Brad King
2001-08-14 17:18:52 -04:00
parent 7d2410097e
commit 3d86ad7237
5 changed files with 30 additions and 39 deletions

View File

@@ -102,6 +102,7 @@ public:
cmTypeMacro(cmInstallProgramsCommand, cmCommand);
private:
std::string m_TargetName;
std::vector<std::string> m_FinalArgs;
};