瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • 文件 »
  • cmake-變數(7) »
  • CMAKE_<LANG>_STANDARD_LINK_DIRECTORIES

CMAKE_<LANG>_STANDARD_LINK_DIRECTORIES¶

在 3.31 版被加入.

Link directories specified for every executable and library linked for language <LANG>. This is meant for specification of system link directories needed by the language for the current platform.

This variable should not be set by project code. It is meant to be set by CMake's platform information modules for the current toolchain, or by a toolchain file when used with CMAKE_TOOLCHAIN_FILE.

See also CMAKE_<LANG>_STANDARD_LIBRARIES.

上個話題

CMAKE_<LANG>_STANDARD_LIBRARIES

下個話題

CMAKE_<LANG>_STANDARD_REQUIRED

本頁

  • 顯示來源碼

快速搜尋

瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • 文件 »
  • cmake-變數(7) »
  • CMAKE_<LANG>_STANDARD_LINK_DIRECTORIES
© 著作權 2000-2025 Kitware, Inc. and Contributors. 使用 Sphinx 8.1.3 建立。