summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-14 16:41:39 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-11-14 16:41:39 (GMT)
commit0b3b54e21f5ab827d8073ad58de92e73d8688e6b (patch)
treea3cef3af44d348b3307fcdc82d7d99dac37ad61e
parentfbefaaba2091c573aaa67567a05d5da36da8686e (diff)
parent0cacf73959a999e7b79d4e9c2f0d2f8ad49efa5f (diff)
downloadCMake-0b3b54e21f5ab827d8073ad58de92e73d8688e6b.zip
CMake-0b3b54e21f5ab827d8073ad58de92e73d8688e6b.tar.gz
CMake-0b3b54e21f5ab827d8073ad58de92e73d8688e6b.tar.bz2
Merge topic 'doc-add_custom_command'
0cacf739 Help: Document add_custom_command marking outputs GENERATED
-rw-r--r--Help/command/add_custom_command.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst
index e8b7cc8..2d67b98 100644
--- a/Help/command/add_custom_command.rst
+++ b/Help/command/add_custom_command.rst
@@ -114,6 +114,8 @@ The options are:
If an output name is a relative path it will be interpreted
relative to the build tree directory corresponding to the
current source directory.
+ Each output file will be marked with the :prop_sf:`GENERATED`
+ source file property automatically.
If the output of the custom command is not actually created
as a file on disk it should be marked with the :prop_sf:`SYMBOLIC`
source file property.