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.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/custom-command-output-genex.rst b/Help/release/dev/custom-command-output-genex.rst
index 215349f..471713a 100644
--- a/Help/release/dev/custom-command-output-genex.rst
+++ b/Help/release/dev/custom-command-output-genex.rst
@@ -4,3 +4,8 @@ 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.