Help: Document add_custom_command marking outputs GENERATED

This commit is contained in:
Brad King 2014-11-14 09:42:14 -05:00
parent 66ea634b4c
commit 0cacf73959
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ The options are:
If an output name is a relative path it will be interpreted If an output name is a relative path it will be interpreted
relative to the build tree directory corresponding to the relative to the build tree directory corresponding to the
current source directory. 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 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` as a file on disk it should be marked with the :prop_sf:`SYMBOLIC`
source file property. source file property.