瀏覽

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

CMAKE_<LANG>_DEVICE_LINK_MODE¶

在 4.0 版被加入.

Defines how the device link step is done. The possible values are:

DRIVER

The compiler is used as driver for the device link step.

LINKER

The linker is used directly for the device link step.

This variable is read-only. Setting it is undefined behavior.

上個主題

CMAKE_<LANG>_COMPILER_RANLIB

下個主題

CMAKE_<LANG>_LINK_LIBRARY_SUFFIX

本頁

  • 顯示原始碼

快速搜尋

瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • Documentation »
  • cmake-variables(7) »
  • CMAKE_<LANG>_DEVICE_LINK_MODE
© 版權所有 2000-2025 Kitware, Inc. and Contributors. 使用 Sphinx 8.1.3 建立。