diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 16:47:37 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-12-10 16:47:37 -0500 |
commit | 3893ee72d2d5a04889cc1056b56029c9d60393c0 (patch) | |
tree | 3d96e526b726e7c0f2965489f74f2655776d6390 /Source/cmAddCustomCommandCommand.h | |
parent | ab64db6ee84604c361a2d6f279398f7c9d3247f5 (diff) | |
download | cmake-3893ee72d2d5a04889cc1056b56029c9d60393c0.tar.gz |
Add comment support, so that you can see in build process what the custom command does
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 1f332c8345..e2afc239e4 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/Source/cmAddCustomCommandCommand.h @@ -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."; } |