mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-10 07:40:03 -06:00
To be more consistent between genex and variables as well as the forecomming LINK_GROUP genex, rename variable *_LINK_USING_<FEATURE>* in *_LINK_LIBRARY_USING_<FEATURE>*
12 lines
539 B
ReStructuredText
12 lines
539 B
ReStructuredText
Genex-LINK_LIBRARY
|
|
------------------
|
|
|
|
* The :genex:`LINK_LIBRARY` generator expression was added to manage how
|
|
libraries are specified during the link step. The variables
|
|
:variable:`CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>` and
|
|
:variable:`CMAKE_LINK_LIBRARY_USING_<FEATURE>` are used to define features
|
|
usable by the :genex:`LINK_LIBRARY` generator expression. Moreover, the
|
|
:prop_tgt:`LINK_LIBRARY_OVERRIDE` and
|
|
:prop_tgt:`LINK_LIBRARY_OVERRIDE_<LIBRARY>` target properties are available
|
|
to resolve incompatible features.
|