blob: 6b87a4f49c3af88e92973d9046b3633dd28a2d25 (
plain)
1
2
3
4
5
6
7
8
|
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.
|