瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • 文件 »
  • cmake-屬性(7) »
  • TRANSITIVE_LINK_PROPERTIES

TRANSITIVE_LINK_PROPERTIES¶

在 3.30 版被加入.

Properties that the TARGET_PROPERTY generator expression, on the target and its dependents, evaluates as the union of values collected from the transitive closure of link dependencies, including entries guarded by LINK_ONLY.

The value is a semicolon-separated list of custom transitive property names. Any leading INTERFACE_ prefix is ignored, e.g., INTERFACE_PROP is treated as just PROP.

See documentation of the TARGET_PROPERTY generator expression for details of custom transitive property evaluation. See also the TRANSITIVE_COMPILE_PROPERTIES target property, which excludes entries guarded by LINK_ONLY..

上個話題

TRANSITIVE_COMPILE_PROPERTIES

下個話題

TYPE

本頁

  • 顯示來源碼

快速搜尋

瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • 文件 »
  • cmake-屬性(7) »
  • TRANSITIVE_LINK_PROPERTIES
© 著作權 2000-2025 Kitware, Inc. and Contributors. 使用 Sphinx 8.1.3 建立。