mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
Add support for comments on custom commands in visual studio 7
This commit is contained in:
@@ -111,6 +111,7 @@ private:
|
||||
void WriteCustomRule(std::ostream& fout,
|
||||
const char* source,
|
||||
const char* command,
|
||||
const char* comment,
|
||||
const std::set<std::string>& depends,
|
||||
const std::set<std::string>& outputs,
|
||||
const char* extraFlags);
|
||||
|
||||
Reference in New Issue
Block a user