mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet finished so it is undocumented and there is no test. These changes also separate the notions of file and directory permissions.
This commit is contained in:
@@ -191,6 +191,7 @@ private:
|
||||
bool HandleScriptMode(std::vector<std::string> const& args);
|
||||
bool HandleTargetsMode(std::vector<std::string> const& args);
|
||||
bool HandleFilesMode(std::vector<std::string> const& args);
|
||||
bool HandleDirectoryMode(std::vector<std::string> const& args);
|
||||
void ComputeDestination(const char* destination, std::string& dest);
|
||||
bool CheckPermissions(std::string const& arg, std::string& permissions);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user