blob: 4f5966d2733a1727a846ce5556581c352ebbbd4f (
plain)
1
2
3
4
5
6
7
8
9
|
per-lang-link-library-flag
--------------------------
* New variables :variable:`CMAKE_<LANG>_LINK_LIBRARY_FLAG`,
:variable:`CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG`, and
:variable:`CMAKE_<LANG>_LINK_LIBRARY_SUFFIX` allow control of the
flag used to specify linking to a library on a per-language basis.
This is useful for mixed-language projects where the different
drivers may use different flags.
|