summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/custom-command-output-genex.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/custom-command-output-genex.rst')
-rw-r--r--Help/release/dev/custom-command-output-genex.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/release/dev/custom-command-output-genex.rst b/Help/release/dev/custom-command-output-genex.rst
new file mode 100644
index 0000000..471713a
--- /dev/null
+++ b/Help/release/dev/custom-command-output-genex.rst
@@ -0,0 +1,11 @@
+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.
+
+ Their ``COMMAND``, ``WORKING_DIRECTORY``, and ``DEPENDS`` options gained
+ support for new generator expressions ``$<COMMAND_CONFIG:...>`` and
+ ``$<OUTPUT_CONFIG:...>`` that control cross-config handling when using
+ the :generator:`Ninja Multi-Config` generator.