Help: Add notes for topic 'custom-command-byproducts'

This commit is contained in:
Brad King 2014-11-25 10:21:55 -05:00
parent 557aef0b94
commit 1f4f2aabc7
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
custom-command-byproducts
-------------------------
* The :command:`add_custom_command` and :command:`add_custom_target`
commands learned a new ``BYPRODUCTS`` option to specify files
produced as side effects of the custom commands. These are not
outputs because they do not always have to be newer than inputs.