mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user