mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-25 12:03:32 +01: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)
|