mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -102,6 +102,7 @@ public:
|
||||
cmTypeMacro(cmInstallProgramsCommand, cmCommand);
|
||||
|
||||
private:
|
||||
std::string m_TargetName;
|
||||
std::vector<std::string> m_FinalArgs;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user