mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2025-01-05 23:24:03 -05:00
13 lines
182 B
Markdown
13 lines
182 B
Markdown
|
# 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()
|
||
|
```
|