mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
ENH: separate command from its arguments in the custom command. This allows the generator on windows to change the slashes for just the command
This commit is contained in:
@@ -67,6 +67,8 @@ public:
|
||||
|
||||
void Merge(const CommandFiles &r);
|
||||
|
||||
std::string m_Command;
|
||||
std::string m_Arguments;
|
||||
std::set<std::string> m_Outputs;
|
||||
std::set<std::string> m_Depends;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user