summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomTargetCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:49:00 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-06-30 17:49:00 (GMT)
commit4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3 (patch)
tree20cf58cfd59ac3d6bc3e81075b10592765faba9d /Source/cmAddCustomTargetCommand.h
parent9c76e082150eae48102b537c0f3f8556c18b8616 (diff)
downloadCMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.zip
CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.gz
CMake-4ba26894365dc33e6bb59ceea3bd8a0fbe4489e3.tar.bz2
ENH: merge main tree into branch
Diffstat (limited to 'Source/cmAddCustomTargetCommand.h')
-rw-r--r--Source/cmAddCustomTargetCommand.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/Source/cmAddCustomTargetCommand.h b/Source/cmAddCustomTargetCommand.h
index 7bc8c5d..4a448b3 100644
--- a/Source/cmAddCustomTargetCommand.h
+++ b/Source/cmAddCustomTargetCommand.h
@@ -70,13 +70,16 @@ public:
"Adds a target with the given name that executes the given commands "
"every time the target is built. If the ALL option is specified "
"it indicates that this target should be added to the default build "
- "target so that it will be run every time. "
- "The command and arguments are optional. If not specified, "
- "it will create an empty target. The ADD_DEPENDENCIES command can be "
- "used in conjunction with this command to drive custom target "
- "generation. The command cannot be called ALL. "
+ "target so that it will be run every time "
+ "(the command cannot be called ALL). "
+ "The command and arguments are optional and if not specified an "
+ "empty target will be created. "
"If WORKING_DIRECTORY is set, then the command will be run in that "
- "directory.";
+ "directory. "
+ "Dependencies listed with the DEPENDS argument may reference files "
+ "and outputs of custom commands created with ADD_CUSTOM_COMMAND. "
+ "Dependencies on other targets may be added using the "
+ "ADD_DEPENDENCIES command.";
}
cmTypeMacro(cmAddCustomTargetCommand, cmCommand);