diff options
author | Brad King <brad.king@kitware.com> | 2014-11-25 15:21:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-25 15:21:55 (GMT) |
commit | 1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7 (patch) | |
tree | c6c2c2ebbed7cfb1f67ec199a2aa5ee45d2f27ec /Help/release | |
parent | 557aef0b94c86d13e802e6e8e34a491304d7be2f (diff) | |
download | CMake-1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7.zip CMake-1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7.tar.gz CMake-1f4f2aabc7fd683874e7df14cebc8c8e0b9a74a7.tar.bz2 |
Help: Add notes for topic 'custom-command-byproducts'
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/custom-command-byproducts.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/custom-command-byproducts.rst b/Help/release/dev/custom-command-byproducts.rst new file mode 100644 index 0000000..dc85fdb --- /dev/null +++ b/Help/release/dev/custom-command-byproducts.rst @@ -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. |