mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 06:47:49 +08:00
292067a61d
* [docs] Fix broken links. Add docs validation pipeline. * [docs][regenerate.ps1] Do not require a README.md in helper ports * [docs] Update validateDocs.yml to point to current main
185 B
185 B
vcpkg-cmake
This port contains cmake functions for dealing with a GN buildsystem.
Example
vcpkg_gn_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_gn_install()