mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
10 lines
303 B
ReStructuredText
10 lines
303 B
ReStructuredText
RULE_LAUNCH_CUSTOM
|
|
------------------
|
|
|
|
Specify a launcher for custom rules.
|
|
|
|
Makefile generators prefix custom commands with the given launcher
|
|
command line. This is intended to allow launchers to intercept build
|
|
problems with high granularity. Non-Makefile generators currently
|
|
ignore this property.
|