summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-04 15:50:26 -0400
committerKen Martin <ken.martin@kitware.com>2001-05-04 15:50:26 -0400
commit089aa3e10628aff58992a62b12fa1f1ce6e643b8 (patch)
tree895ff9462602cff9e0dce5d999301644fe6f9e1c /Source/cmAddCustomTargetCommand.h
parent2383d6ff6d55d608688a3b21fc2710e72d375392 (diff)
downloadcmake-089aa3e10628aff58992a62b12fa1f1ce6e643b8.tar.gz
option to make utilities in the all target
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index a82207d888..d4cf520290 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -90,7 +90,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "ADD_CUSTOM_TARGET(Name \"command to run\")";
+ "ADD_CUSTOM_TARGET(Name \"command to run\" ALL)\n"
+ "The ALL option is optional. If it is specified it indicates that this target should be added to the Build all target.";
}
cmTypeMacro(cmAddCustomTargetCommand, cmCommand);