导航

  • 索引
  • 下一页 |
  • 上一页 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_LINK_DIRECTORIES_BEFORE

CMAKE_LINK_DIRECTORIES_BEFORE¶

Added in version 3.13.

Whether to append or prepend directories by default in link_directories().

This variable affects the default behavior of the link_directories() command. Setting this variable to ON is equivalent to using the BEFORE option in all uses of that command.

上一主题

CMAKE_LIBRARY_PATH

下一主题

CMAKE_LINK_LIBRARIES_ONLY_TARGETS

本页

  • 显示源代码

快速搜索

导航

  • 索引
  • 下一页 |
  • 上一页 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_LINK_DIRECTORIES_BEFORE
© 版权所有 2000-2025 Kitware, Inc. and Contributors. 由 Sphinx 8.1.3创建。