导航

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

CMAKE_LINK_WHAT_YOU_USE_CHECK¶

Added in version 3.22.

Command executed by LINK_WHAT_YOU_USE after the linker to check for unnecessarily-linked shared libraries. This check is currently only defined on ELF platforms with value ldd -u -r.

See also CMAKE_<LANG>_LINK_WHAT_YOU_USE_FLAG variables.

上一主题

CMAKE_LINK_WHAT_YOU_USE

下一主题

CMAKE_LINKER_TYPE

本页

  • 显示源代码

快速搜索

导航

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