blob: aa9e31816cf77f5420fb647e25265b5a61a271af (
plain)
1
2
3
4
5
6
7
8
|
Genex-LINK_GROUP
----------------
* The :genex:`LINK_GROUP` generator expression was added to manage the grouping
of libraries during the link step. The variables
:variable:`CMAKE_<LANG>_LINK_GROUP_USING_<FEATURE>` and
:variable:`CMAKE_LINK_GROUP_USING_<FEATURE>` are used to define features
usable by the :genex:`LINK_GROUP` generator expression.
|