vcpkg/docs/maintainers/ports/vcpkg-gn.md
2022-05-23 10:01:32 -07:00

182 B

vcpkg-gn

This port contains cmake functions for dealing with a GN buildsystem.

Example

vcpkg_gn_configure(
    SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_gn_install()