mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
13 lines
255 B
ReStructuredText
13 lines
255 B
ReStructuredText
CMAKE_<LANG>_LINK_MODE
|
|
----------------------
|
|
|
|
.. versionadded:: 4.0
|
|
|
|
Defines how the link step is done. The possible values are:
|
|
|
|
``DRIVER``
|
|
The compiler is used as driver for the link step.
|
|
|
|
``LINKER``
|
|
The linker is used directly for the link step.
|