cba8ac98ce09a5bfa0a030dcd67820bb7dbc0f6f
[platform/upstream/cmake.git] / Help / prop_tgt / LANG_COMPILER_LAUNCHER.rst
1 <LANG>_COMPILER_LAUNCHER
2 ------------------------
3
4 .. versionadded:: 3.4
5
6 This property is implemented only when ``<LANG>`` is ``C``, ``CXX``,
7 ``Fortran``, ``HIP``, ``ISPC``, ``OBJC``, ``OBJCXX``, or ``CUDA``.
8
9 Specify a :ref:`semicolon-separated list <CMake Language Lists>` containing a command line
10 for a compiler launching tool. The :ref:`Makefile Generators` and the
11 :generator:`Ninja` generator will run this tool and pass the compiler and
12 its arguments to the tool. Some example tools are distcc and ccache.
13
14 This property is initialized by the value of
15 the :variable:`CMAKE_<LANG>_COMPILER_LAUNCHER` variable if it is set
16 when a target is created.