blob: 215349f1fea33c7b941765b9dc6b781df4f3ddee (
plain)
1
2
3
4
5
6
|
custom-command-output-genex
---------------------------
* :command:`add_custom_command` and :command:`add_custom_target` now
support :manual:`generator expressions <cmake-generator-expressions(7)>`
in their ``OUTPUT`` and ``BYPRODUCTS`` options.
|