mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
18 lines
813 B
ReStructuredText
18 lines
813 B
ReStructuredText
CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG
|
|
----------------------------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
Defines the syntax of compiler driver option to pass options to the archiver
|
|
tool. It will be used to translate the ``ARCHIVER:`` prefix in the static
|
|
library options (see :prop_tgt:`STATIC_LIBRARY_OPTIONS`).
|
|
|
|
This variable holds a :ref:`semicolon-separated list <CMake Language Lists>` of
|
|
tokens. If a space (i.e. " ") is specified as last token, flag and
|
|
``ARCHIVER:`` arguments will be specified as separate arguments to the compiler
|
|
driver. The :variable:`CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG_SEP` variable can be
|
|
specified to manage concatenation of arguments.
|
|
|
|
See :variable:`CMAKE_<LANG>_LINKER_WRAPPER_FLAG` variable for examples of
|
|
definitions because ``CMAKE_<LANG>_ARCHIVER_WRAPPER_FLAG`` use the same syntax.
|