mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-01 12:18:36 -06:00
15 lines
381 B
ReStructuredText
15 lines
381 B
ReStructuredText
LINK_LIBRARY-WHOLE_ARCHIVE
|
|
--------------------------
|
|
|
|
* The :genex:`LINK_LIBRARY` generator expression gained the feature
|
|
``WHOLE_ARCHIVE`` to force load of all members in a static library. This
|
|
feature is supported on the following target platforms:
|
|
|
|
* all ``Apple`` variants
|
|
* ``Linux``
|
|
* all ``BSD`` variants
|
|
* ``SunOS``
|
|
* ``Windows``
|
|
* ``CYGWIN``
|
|
* ``MSYS``
|