Files
cmake/Help/variable/CMAKE_EXE_LINKER_FLAGS.rst
Tyler Yankee 7b4b556e2d Help: Fix description of CMAKE_*_LINKER_FLAGS variables
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.
2026-01-29 15:30:57 -05:00

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>`