瀏覽

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

RULE_LAUNCH_LINK¶

Specify a launcher for link rules.

備註

This property is intended for internal use by ctest(1). Projects and developers should use the <LANG>_LINKER_LAUNCHER target properties or the associated CMAKE_<LANG>_LINKER_LAUNCHER variables instead.

Makefile 生成器 and the Ninja generator prefix link and archive commands with the given launcher command line. This is intended to allow launchers to intercept build problems with high granularity. Other generators ignore this property because their underlying build systems provide no hook to wrap individual commands with a launcher.

上個話題

RULE_LAUNCH_CUSTOM

下個話題

RULE_MESSAGES

本頁

  • 顯示來源碼

快速搜尋

瀏覽

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