mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:39:40 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
890 B
890 B
vcpkg_configure_gn
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.