mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
12 lines
519 B
ReStructuredText
12 lines
519 B
ReStructuredText
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.
|