• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CMAKE_<LANG>_STANDARD_LIBRARIES
2-------------------------------
3
4.. versionadded:: 3.6
5
6Libraries linked into every executable and shared library linked
7for language ``<LANG>``.  This is meant for specification of system
8libraries needed by the language for the current platform.
9
10This variable should not be set by project code.  It is meant to be set by
11CMake's platform information modules for the current toolchain, or by a
12toolchain file when used with :variable:`CMAKE_TOOLCHAIN_FILE`.
13
14See also :variable:`CMAKE_<LANG>_STANDARD_INCLUDE_DIRECTORIES`.
15