summaryrefslogtreecommitdiff
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-06-03 10:30:23 -0400
committerKen Martin <ken.martin@kitware.com>2003-06-03 10:30:23 -0400
commitba68f771b369e65476e7ce12aa8dd1cf18d7f529 (patch)
tree4580bb0cd83663ac32e7234b47f1a03881a2b709 /Source/cmAddCustomTargetCommand.h
parent4f55e4870d0dea6f700943ccd4bac958c478cff4 (diff)
downloadcmake-ba68f771b369e65476e7ce12aa8dd1cf18d7f529.tar.gz
yikes added new custom command support
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 37f8537f74..778cc73a30 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -64,7 +64,8 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ])\n"
+ " ADD_CUSTOM_TARGET(Name [ALL] [ command arg arg arg ... ] "
+ " [DEPENDS depend depend depend ... ])\n"
"Adds a target with the given name that executes the given command "
"every time the target is built. If the ALL option is specified "
"it indicates that this target should be added to the default build "