per-lang-link-library-flag.rst 312 B

1234567
  1. per-lang-link-library-flag
  2. --------------------------
  3. * The new :variable:`CMAKE_<LANG>_LINK_LIBRARY_FLAG` flag allows you to now
  4. control the flag used to specify linking to a library on a per-language basis.
  5. This is useful for mixed-language projects where the different drivers may use
  6. different flags.