mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Improve the wording on the behavior of the per-configuration variants of `CMAKE_*_LINKER_FLAGS`. In particular, note that these variables only apply to the specified build configuration, and replace the ambiguous reference to `CMAKE_C_FLAGS_*` with a precise description. Clarify that the "default" variants of these variables apply for all build configurations. Add links between pages for the default and per-configuration variables.
15 lines
321 B
ReStructuredText
15 lines
321 B
ReStructuredText
CMAKE_MODULE_LINKER_FLAGS_<CONFIG>
|
|
----------------------------------
|
|
|
|
Flags to be used when linking a module.
|
|
|
|
These flags will be used by the linker when creating a module for the
|
|
``<CONFIG>`` configuration.
|
|
|
|
.. include:: ../variable/include/LINKER_FLAGS.rst
|
|
|
|
See Also
|
|
^^^^^^^^
|
|
|
|
* :variable:`CMAKE_MODULE_LINKER_FLAGS`
|