导航

  • 索引
  • 下一页 |
  • 上一页 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_<LANG>_LINK_LIBRARY_FLAG

CMAKE_<LANG>_LINK_LIBRARY_FLAG¶

Added in version 3.16.

Flag to be used to link a library into a shared library or executable.

This flag will be used to specify a library to link to a shared library or an executable for the specific language. On most compilers this is -l.

上一主题

CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG

下一主题

CMAKE_<LANG>_LINK_LIBRARY_USING_<FEATURE>

本页

  • 显示源代码

快速搜索

导航

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