CMAKE_LANG_IMPLICIT_LINK_LIBRARIES.rst 426 B

12345678910
  1. CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES
  2. ------------------------------------
  3. Implicit link libraries and flags detected for language ``<LANG>``.
  4. Compilers typically pass language runtime library names and other
  5. flags when they invoke a linker. These flags are implicit link
  6. options for the compiler's language. CMake automatically detects
  7. these libraries and flags for each language and reports the results in
  8. this variable.