mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
0a81ea1f12
Fixes: #23121
9 lines
357 B
ReStructuredText
9 lines
357 B
ReStructuredText
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.
|