diff options
author | Marc Chevrier <marc.chevrier@gmail.com> | 2024-05-08 15:08:10 (GMT) |
---|---|---|
committer | Marc Chevrier <marc.chevrier@gmail.com> | 2024-05-15 08:02:36 (GMT) |
commit | 6e5e7968c344e5461e0d6376d62247b8b29ef114 (patch) | |
tree | d8a24394f7cc28a38dc5402cfce5b84b34757574 /Help/release | |
parent | b56c083a547d5ca84ac14249531b89dc3e47bfb2 (diff) | |
download | CMake-6e5e7968c344e5461e0d6376d62247b8b29ef114.zip CMake-6e5e7968c344e5461e0d6376d62247b8b29ef114.tar.gz CMake-6e5e7968c344e5461e0d6376d62247b8b29ef114.tar.bz2 |
GenEx $<LINK_LIBRARY>: Add the support of properties attached to features
Fixes: #24504, #25954
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst b/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst new file mode 100644 index 0000000..a96eab9 --- /dev/null +++ b/Help/release/dev/GenEx-LINK_LIBRARY-feature-properties.rst @@ -0,0 +1,7 @@ +GenEx-LINK_LIBRARY-feature-properties +------------------------------------- + +* Link features, as used with the :genex:`LINK_LIBRARY` generator expression, + gained the ability to have properties that describe their behavior by + specifying the :variable:`CMAKE_LINK_LIBRARY_<FEATURE>_PROPERTIES` or + :variable:`CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_PROPERTIES` variables. |