Introduce CMAKE_<LANG>_DEVICE_LINK_MODE variable.

This is a complement to commit 00932ea864 (Introduce CMAKE_<LANG>_LINK_MODE variable., 2025-01-09)
This commit is contained in:
Marc Chevrier
2025-01-21 15:12:42 +01:00
parent c381619959
commit 53de9d0125
5 changed files with 19 additions and 1 deletions
@@ -0,0 +1,12 @@
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.