Files
CMake/Help/release/dev/custom-transitive-properties.rst
T
Brad King c16acd35b3 GenEx: Add support for custom transitive link properties
Teach the `$<TARGET_PROPERTY:...>` generator expression to check for a
new `TRANSITIVE_LINK_PROPERTIES` property in the target's link
closure to enable transitive evaluation of named properties through
the link closure, including entries guarded by `$<LINK_ONLY:...>`.

Fixes: #20416
2024-05-21 09:22:52 -04:00

8 lines
323 B
ReStructuredText

custom-transitive-properties
----------------------------
* The :genex:`TARGET_PROPERTY` generator expression learned to evaluate
:ref:`custom transitive properties <Custom Transitive Properties>`
defined by new :prop_tgt:`TRANSITIVE_COMPILE_PROPERTIES` and
:prop_tgt:`TRANSITIVE_LINK_PROPERTIES` target properties.