z_kmpkg_prettify_command_line
warning
This is an internal helper function used internally to implement kmpkg. Behavior and arguments will change in breaking ways without notice. Do not use this function.
Format a command line into a string.
Usage
z_kmpkg_prettify_command_line(<out-var> <argument>...)
Parameters
<out-var>
Variable to set to the formatted command line
<argument>...
The command line to format.
This argument should be the same form as the COMMAND argument of kmpkg_execute_required_process().
Examples
- kmpkg_execute_build_process.cmake
- kmpkg_execute_required_process.cmake
- kmpkg_execute_required_process_repeat.cmake