blob: b9f8003c7f7e93022542a2c2a3a03ff4adf0e50d (
plain)
1
2
3
4
5
6
7
|
CMAKE_STATIC_LINKER_FLAGS_<CONFIG>
----------------------------------
Flags to be used when linking a static library.
Same as ``CMAKE_C_FLAGS_*`` but used by the linker when creating static
libraries.
|