z_vcpkg_prettify_command_line

Warning

This is an internal helper function used internally to implement vcpkg. Behavior and arguments will change in breaking ways without notice. Do not use this function.

Format a command line into a string.

Usage

z_vcpkg_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 vcpkg_execute_required_process().

Examples

Source

scripts/cmake/z_vcpkg_prettify_command_line.cmake