vcpkg/docs/maintainers/ports/vcpkg-gn/vcpkg_gn_configure.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

907 B

vcpkg_gn_configure

The latest version of this document lives in the vcpkg repo.

Generate Ninja (GN) targets

Usage:

vcpkg_gn_configure(
    SOURCE_PATH <SOURCE_PATH>
    [OPTIONS <OPTIONS>]
    [OPTIONS_DEBUG <OPTIONS_DEBUG>]
    [OPTIONS_RELEASE <OPTIONS_RELEASE>]
)

Parameters:

SOURCE_PATH (required)

The path to the GN project.

OPTIONS

Options to be passed to both the debug and release targets. Note: Must be provided as a space-separated string.

OPTIONS_DEBUG (space-separated string)

Options to be passed to the debug target.

OPTIONS_RELEASE (space-separated string)

Options to be passed to the release target.

Source

ports/vcpkg-gn/vcpkg_gn_configure.cmake