yuzu/externals/vcpkg/docs/maintainers/ports/vcpkg-gn.md

13 lines
182 B
Markdown
Raw Normal View History

2022-07-23 05:01:36 +04:00
# vcpkg-gn
This port contains cmake functions for dealing with a GN buildsystem.
## Example
```cmake
vcpkg_gn_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_gn_install()
```