ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. Source paths can now be relative or full paths, and don't need to be in the same directory as the CMakeLists.txt file.

This commit is contained in:
Brad King
2002-09-17 10:56:18 -04:00
parent 222b04f6d9
commit e5e0132203
5 changed files with 163 additions and 60 deletions
+3 -1
View File
@@ -77,7 +77,9 @@ public:
cmTypeMacro(cmInstallProgramsCommand, cmCommand);
private:
protected:
std::string FindInstallSource(const char* name) const;
private:
std::string m_TargetName;
std::vector<std::string> m_FinalArgs;
};