mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
6e5e7968c3
Fixes: #24504, #25954
15 lines
524 B
ReStructuredText
15 lines
524 B
ReStructuredText
CMAKE_LINK_LIBRARY_<FEATURE>_PROPERTIES
|
|
---------------------------------------
|
|
|
|
.. versionadded:: 3.30
|
|
|
|
This variable defines the semantics of the specified ``<FEATURE>`` (as
|
|
described by the :variable:`CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>` or
|
|
:variable:`CMAKE_LINK_LIBRARY_USING_<FEATURE>` variables) used for the link
|
|
command generation.
|
|
|
|
This variable will be considered only if the
|
|
:variable:`CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_PROPERTIES` is not defined.
|
|
|
|
.. include:: CMAKE_LINK_LIBRARY_FEATURE_PROPERTIES.txt
|