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
309 B
ReStructuredText
15 lines
309 B
ReStructuredText
CMAKE_EXE_LINKER_FLAGS
|
|
----------------------
|
|
|
|
Linker flags to be used to create executables.
|
|
|
|
These flags will be used by the linker when creating an executable for all
|
|
build configurations.
|
|
|
|
.. include:: ../variable/include/LINKER_FLAGS.rst
|
|
|
|
See Also
|
|
^^^^^^^^
|
|
|
|
* :variable:`CMAKE_EXE_LINKER_FLAGS_<CONFIG>`
|