]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/docs/maintainers/vcpkg_build_gn.md
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / docs / maintainers / vcpkg_build_gn.md
CommitLineData
1e59de90
TL
1# vcpkg_build_gn
2
3The latest version of this document lives in the [vcpkg repo](https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/vcpkg_build_gn.md).
4
5Build a GN project
6
7## Usage:
8```cmake
9vcpkg_build_gn(
10 [TARGETS <target>...]
11)
12```
13
14## Parameters:
15### TARGETS
16Only build the specified targets.
17
18## Source
19[scripts/cmake/vcpkg\_build\_gn.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_build_gn.cmake)