vcpkg/docs/maintainers/vcpkg_configure_gn.md
dave-juicelabs 2496d23d41
[vcpkg-gn] New port vcpkg-gn (#21498)
* [vcpkg-gn] Adding gn as a host only port

* Disable support for x86 and fix variable name usage.

* [vcpkg-gn] Version information.

* Updating documentation.

Co-authored-by: David McCloskey <davmcclo@gmail.com>
2021-11-29 11:42:39 -08:00

1.0 KiB

vcpkg_configure_gn

This function has been deprecated in favor of vcpkg_gn_configure from the vcpkg-gn port.

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

Generate Ninja (GN) targets

Usage:

vcpkg_configure_gn(
    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

scripts/cmake/vcpkg_configure_gn.cmake