Introduce CMAKE_<LANG>_LINK_MODE variable.

This variable define how the link step is done. Possible values are:
* DRIVER: the compiler is used as driver for the link step
* LINKER: the linker is used directly for the link step.
This commit is contained in:
Marc Chevrier
2025-01-09 18:57:13 +01:00
parent db740c72ca
commit 00932ea864
36 changed files with 94 additions and 1 deletions
@@ -0,0 +1,5 @@
CMAKE_LANG_LINK_MODE
--------------------
* The :variable:`CMAKE_<LANG>_LINK_MODE` variable was added to provide
information on how the link step is done.