compiler-launcher.rst 365 B

12345678
  1. compiler-launcher
  2. -----------------
  3. * The :ref:`Makefile Generators` and the :generator:`Ninja` generator
  4. learned to add compiler launcher tools like distcc and ccache along with the
  5. compiler for ``C`` and ``CXX`` languages. See the
  6. :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable and
  7. :prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property for details.