Merge topic 'compiler-launcher'

698f7597 Add options to launch the compiler through tools like ccache or distcc
This commit is contained in:
Brad King
2015-06-15 09:45:28 -04:00
committed by CMake Topic Stage
21 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
compiler-launcher
-----------------
* The :ref:`Makefile Generators` and the :generator:`Ninja` generator
learned to add compiler launcher tools like distcc and ccache along with the
compiler for ``C`` and ``CXX`` languages. See the
:variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable and
:prop_tgt:`<LANG>_COMPILER_LAUNCHER` target property for details.