From 0cacf73959a999e7b79d4e9c2f0d2f8ad49efa5f Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 14 Nov 2014 09:42:14 -0500 Subject: [PATCH] Help: Document add_custom_command marking outputs GENERATED --- Help/command/add_custom_command.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Help/command/add_custom_command.rst b/Help/command/add_custom_command.rst index e8b7cc8f5..2d67b981a 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.