mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 05:09:01 +08:00
2b20b27b0d
* [document] Fix the automatically generated document URL * [docs] Format all documents
587 B
587 B
vcpkg_install_gn
The latest version of this document lives in the vcpkg repo.
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