mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
Add comment support, so that you can see in build process what the custom command does
This commit is contained in:
@@ -86,8 +86,8 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
"ADD_CUSTOM_COMMAND([SOURCE source] COMMAND command TARGET target "
|
||||
"[ARGS [args...]] [DEPENDS [depends...]] [OUTPUTS [outputs...]])\n"
|
||||
"ADD_CUSTOM_COMMAND([SOURCE source] [COMMAND command] TARGET target "
|
||||
"[ARGS [args...]] [DEPENDS [depends...]] [OUTPUTS [outputs...]] [COMMENT comment])\n"
|
||||
"Add a custom command.";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user