瀏覽

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

CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES_EXCLUDE¶

在 3.27 版被加入.

This is a CMake Environment Variable. Its initial value is taken from the calling process environment.

A semicolon-separated list of directories to exclude from the CMAKE_<LANG>_IMPLICIT_LINK_DIRECTORIES variable when it is automatically detected from the <LANG> compiler.

This may be used to work around misconfigured compiler drivers that pass extraneous implicit link directories to their linker.

另請參見 CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES_EXCLUDE 環境變數。

上個話題

CMAKE_<LANG>_COMPILER_LAUNCHER

下個話題

CMAKE_<LANG>_IMPLICIT_LINK_LIBRARIES_EXCLUDE

本頁

  • 顯示來源碼

快速搜尋

瀏覽

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