Files
CMake/Help/variable/CMAKE_LANG_DEVICE_LINK_MODE.rst
T
2025-03-02 13:57:30 +01:00

15 lines
353 B
ReStructuredText

CMAKE_<LANG>_DEVICE_LINK_MODE
-----------------------------
.. versionadded:: 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.