mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
7b173a2933
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.
|