https://github.com/Kitware/CMake
Revision c404f64289bbf93bb7212df913a115e8c0c81e9d authored by Brad King on 27 October 2020, 15:24:51 UTC, committed by Brad King on 29 October 2020, 13:37:14 UTC
1 parent 2a640d4
Raw File
Tip revision: c404f64289bbf93bb7212df913a115e8c0c81e9d authored by Brad King on 27 October 2020, 15:24:51 UTC
cmCustomCommandGenerator: Collect genex target references in commands
Tip revision: c404f64
CMAKE_LANG_LINKER_WRAPPER_FLAG_SEP.rst
CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP
------------------------------------

.. versionadded:: 3.13

This variable is used with :variable:`CMAKE_<LANG>_LINKER_WRAPPER_FLAG`
variable to format ``LINKER:`` prefix in the link options
(see :command:`add_link_options` and :command:`target_link_options`).

When specified, arguments of the ``LINKER:`` prefix will be concatenated using
this value as separator.
back to top