mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
2a6b0415d7
To enable the management of incompatible $<LINK_LIBRARY> declarations, add LINK_LIBRARY_OVERRIDE and LINK_LIBRARY_OVERRIDE_<LIBRARY> target properties.
12 lines
523 B
ReStructuredText
12 lines
523 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_USING_<FEATURE>` and
|
|
:variable:`CMAKE_LINK_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.
|