blob: 0cd8113aa963f45939a190348db3cb0d61f5389a (
plain)
1
2
3
4
5
6
7
|
CMAKE_EXE_LINKER_FLAGS_<CONFIG>
-------------------------------
Flags to be used when linking an executable.
Same as ``CMAKE_C_FLAGS_*`` but used by the linker when creating
executables.
|