mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Define `$<TARGET_NAME_IF_EXISTS:tgt>` to mean `tgt` if the target exists and otherwise an empty string.
7 lines
182 B
ReStructuredText
7 lines
182 B
ReStructuredText
genex-TARGET_NAME_IF_EXISTS
|
|
---------------------------
|
|
|
|
* A new ``$<TARGET_NAME_IF_EXISTS:...>``
|
|
:manual:`generator expression <cmake-generator-expressions(7)>`
|
|
has been added.
|