https://github.com/Kitware/CMake
Raw File
Tip revision: d1cb554c99c73e1486fbf4e09125337a7c0e9ea3 authored by Brad King on 02 March 2020, 19:15:14 UTC
CMake 3.17.0-rc2
Tip revision: d1cb554
RULE_LAUNCH_COMPILE.rst
RULE_LAUNCH_COMPILE
-------------------

Specify a launcher for compile rules.

:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
compiler commands with the given launcher command line.
This is intended to allow launchers to intercept build problems
with high granularity.  Other generators ignore this property
because their underlying build systems provide no hook to wrap
individual commands with a launcher.
back to top