mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 03:29:03 +08:00
18 lines
462 B
Markdown
18 lines
462 B
Markdown
|
# vcpkg_prettify_command
|
||
|
|
||
|
Turns list of command arguments into a formatted string.
|
||
|
|
||
|
## Usage
|
||
|
```cmake
|
||
|
vcpkg_prettify_command()
|
||
|
```
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
* `scripts/cmake/vcpkg_execute_build_process.cmake`
|
||
|
* `scripts/cmake/vcpkg_execute_required_process.cmake`
|
||
|
* `scripts/cmake/vcpkg_execute_required_process_repeat.cmake`
|
||
|
|
||
|
## Source
|
||
|
[scripts/cmake/vcpkg_prettify_command.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_prettify_command.cmake)
|