瀏覽

  • 索引
  • 下一頁 |
  • 上一頁 |
  • CMake »
  • 文件 »
  • cmake-變數(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 »
  • 文件 »
  • cmake-變數(7) »
  • CMAKE_<LANG>_DEVICE_LINK_MODE
© 著作權 2000-2025 Kitware, Inc. and Contributors. 使用 Sphinx 8.1.3 建立。