CMAKE_LANG_LINK_MODE.rst 256 B

123456789101112
  1. CMAKE_<LANG>_LINK_MODE
  2. ----------------------
  3. .. versionadded:: 3.32
  4. Defines how the link step is done. The possible values are:
  5. ``DRIVER``
  6. The compiler is used as driver for the link step.
  7. ``LINKER``
  8. The linker is used directly for the link step.