summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-05-04 19:50:26 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-05-04 19:50:26 (GMT)
commit089aa3e10628aff58992a62b12fa1f1ce6e643b8 (patch)
tree895ff9462602cff9e0dce5d999301644fe6f9e1c /Source/cmAddCustomTargetCommand.h
parent2383d6ff6d55d608688a3b21fc2710e72d375392 (diff)
downloadCMake-089aa3e10628aff58992a62b12fa1f1ce6e643b8.zip
CMake-089aa3e10628aff58992a62b12fa1f1ce6e643b8.tar.gz
CMake-089aa3e10628aff58992a62b12fa1f1ce6e643b8.tar.bz2
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 a82207d..d4cf520 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);