Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Warning
This function has been deprecated in favor of vcpkg_gn_configure.
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. The options 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.