blob: 6563347b11e93dc03120df44c9a22336e3cdbf3c (
plain)
1
2
3
4
5
6
7
|
linker-launcher
---------------
* The :ref:`Makefile Generators` and the :generator:`Ninja` generator learned to
add linker launcher tools along with the linker for ``C``, ``CXX``, ``OBJC``, and
``OBJCXX`` languages. See the :variable:`CMAKE_<LANG>_LINKER_LAUNCHER` variable
and :prop_tgt:`<LANG>_LINKER_LAUNCHER` target property for details.
|