mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
35350c419d
The following variables now support the LINKER: prefix: * CMAKE_<TYPE>_LINKER_FLAGS * CMAKE_<TYPE>_LINKER_FLAGS_<CONFIG> Fixes: #26171
9 lines
203 B
ReStructuredText
9 lines
203 B
ReStructuredText
CMAKE_MODULE_LINKER_FLAGS
|
|
-------------------------
|
|
|
|
Linker flags to be used to create modules.
|
|
|
|
These flags will be used by the linker when creating a module.
|
|
|
|
.. include:: ../variable/LINKER_FLAGS.txt
|