vcpkg/docs/maintainers/ports/vcpkg-gn/vcpkg_gn_install.md
Robert Schumacher 292067a61d
[docs] Fix broken links and generate documentation for vcpkg-gn (#24764)
* [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
2022-05-20 14:42:35 -07:00

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

Source

ports/vcpkg-gn/vcpkg_gn_install.cmake