mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 02:19:18 -05:00
6e5e7968c3
Fixes: #24504, #25954
13 lines
444 B
ReStructuredText
13 lines
444 B
ReStructuredText
CMAKE_<LANG>_LINK_LIBRARY_<FEATURE>_PROPERTIES
|
|
----------------------------------------------
|
|
|
|
.. versionadded:: 3.30
|
|
|
|
This variable defines the semantics of the specified ``<FEATURE>`` for the
|
|
language ``<LANG>`` (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.
|
|
|
|
.. include:: CMAKE_LINK_LIBRARY_FEATURE_PROPERTIES.txt
|