ENH: Document scope of add_custom_command outputs

This explicitly states the scope of add_custom_command rules in
the documentation of add_custom_command and add_custom_target.
See issue #8815.
This commit is contained in:
Brad King
2009-03-30 08:27:28 -04:00
parent 318bfab8c1
commit 31d03e8399
2 changed files with 10 additions and 4 deletions
+2 -1
View File
@@ -87,7 +87,8 @@ public:
"If COMMENT is set, the value will be displayed as a "
"message before the commands are executed at build time. "
"Dependencies listed with the DEPENDS argument may reference files "
"and outputs of custom commands created with ADD_CUSTOM_COMMAND.\n"
"and outputs of custom commands created with add_custom_command() in "
"the same directory (CMakeLists.txt file).\n"
"If VERBATIM is given then all the arguments to the commands will be "
"passed exactly as specified no matter the build tool used. "
"Note that one level of escapes is still used by the CMake language "