mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 08:58:59 +08:00
6d5a1a897e
* [vcpkg_find_acquire_program] Add gn * [GN] Add build system support * [crashpad] Add new port
18 lines
314 B
Markdown
18 lines
314 B
Markdown
# vcpkg_build_ninja
|
|
|
|
Build a ninja project
|
|
|
|
## Usage:
|
|
```cmake
|
|
vcpkg_build_ninja(
|
|
[TARGETS <target>...]
|
|
)
|
|
```
|
|
|
|
## Parameters:
|
|
### TARGETS
|
|
Only build the specified targets.
|
|
|
|
## Source
|
|
[scripts/cmake/vcpkg_build_ninja.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_build_ninja.cmake)
|