mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-07-27 09:37:19 +02:00

* [vcpkg_find_acquire_program] Add gn * [GN] Add build system support * [crashpad] Add new port
437 B
437 B
vcpkg_install_gn
Installs a GN project
Usage:
vcpkg_install_gn(
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