mirror of
https://github.com/reactos/CMake.git
synced 2025-01-31 17:12:49 +00:00
d951f5429a
Link to the generators that implement these properties. Explain in more detail why other generators ignore them.
12 lines
432 B
ReStructuredText
12 lines
432 B
ReStructuredText
RULE_LAUNCH_LINK
|
|
----------------
|
|
|
|
Specify a launcher for link rules.
|
|
|
|
:ref:`Makefile Generators` and the :generator:`Ninja` generator prefix
|
|
link and archive 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.
|