mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 02:47:50 +08:00
292067a61d
* [docs] Fix broken links. Add docs validation pipeline. * [docs][regenerate.ps1] Do not require a README.md in helper ports * [docs] Update validateDocs.yml to point to current main
733 B
733 B
vcpkg_gn_install
The latest version of this document lives in the vcpkg repo.
Installs a GN project.
In order to build a GN project without installing, use vcpkg_build_ninja()
.
Usage:
vcpkg_gn_install(
SOURCE_PATH <SOURCE_PATH>
[TARGETS <target>...]
)
Parameters:
SOURCE_PATH
The path to the source directory
TARGETS
Only install the specified targets.
Note: includes must be handled separately