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:
@@ -38,7 +38,8 @@ public:
|
||||
std::ostream& os, const char* dest, int type,
|
||||
const char* file, bool optional = false,
|
||||
const char* properties = 0,
|
||||
const char* permissions = 0,
|
||||
const char* permissions_file = 0,
|
||||
const char* permissions_dir = 0,
|
||||
std::vector<std::string> const& configurations
|
||||
= std::vector<std::string>(),
|
||||
const char* component = 0,
|
||||
|
||||
Reference in New Issue
Block a user