导航

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

CMAKE_LINK_LIBRARIES_ONLY_TARGETS¶

Added in version 3.23.

Set this variable to initialize the LINK_LIBRARIES_ONLY_TARGETS property of non-imported targets when they are created. Setting it to true enables an additional check that all items named by target_link_libraries() that can be target names are actually names of existing targets. See the target property documentation for details.

上一主题

CMAKE_LINK_DIRECTORIES_BEFORE

下一主题

CMAKE_MAXIMUM_RECURSION_DEPTH

本页

  • 显示源代码

快速搜索

导航

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