SOURCE, COMMAND, TARGET are required now

This commit is contained in:
Sebastien Barre 2001-11-09 10:37:22 -05:00
parent 6b5e54744c
commit bdf0241d2e
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"ADD_CUSTOM_COMMAND([SOURCE source] [COMMAND command] [TARGET target] "
"ADD_CUSTOM_COMMAND(SOURCE source COMMAND command TARGET target "
"[ARGS [args...]] [DEPENDS [depends...]] [OUTPUTS [outputs...]])\n"
"Add a custom command.";
}