ナビゲーション

  • 索引
  • 次へ |
  • 前へ |
  • CMake »
  • Documentation »
  • cmake-properties(7) »
  • LINK_FLAGS

LINK_FLAGS¶

Additional flags to use when linking this target if it is a shared library, module library, or an executable. Static libraries need to use STATIC_LIBRARY_OPTIONS or STATIC_LIBRARY_FLAGS properties.

The LINK_FLAGS property, managed as a string, can be used to add extra flags to the link step of a target. LINK_FLAGS_<CONFIG> will add to the configuration <CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO, ...

注釈

This property has been superseded by LINK_OPTIONS property.

前のトピックへ

LINK_DIRECTORIES

次のトピックへ

LINK_FLAGS_<CONFIG>

このページ

  • ソースコードを表示

クイック検索

ナビゲーション

  • 索引
  • 次へ |
  • 前へ |
  • CMake »
  • Documentation »
  • cmake-properties(7) »
  • LINK_FLAGS
© 著作権 2000-2025 Kitware, Inc. and Contributors. Created using Sphinx 8.1.3.