Add comment support, so that you can see in build process what the custom command does

This commit is contained in:
Andy Cedilnik
2002-12-10 16:47:37 -05:00
parent ab64db6ee8
commit 3893ee72d2
9 changed files with 41 additions and 16 deletions
+2 -2
View File
@@ -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.";
}