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_install.
Installs a GN project.
To build a GN project without installing, use vcpkg_build_ninja().
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.
Include files must be handled separately.
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.