You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
380 B
10 lines
380 B
6 years ago
|
CMAKE_<LANG>_LINKER_WRAPPER_FLAG_SEP
|
||
|
------------------------------------
|
||
|
|
||
|
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.
|