mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 08:08:24 -05:00
f158ac19e1
This teaches add_custom_command and add_custom_target WORKING_DIRECTORY about generator expressions Fixes: #14089
6 lines
234 B
ReStructuredText
6 lines
234 B
ReStructuredText
custom_command-working_directory-genex
|
|
--------------------------------------
|
|
|
|
* The :command:`add_custom_command` and :command:`add_custom_target` commands
|
|
learned to support generator expressions in ``WORKING_DIRECTORY`` options.
|