mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-09 20:45:09 +08:00
13 lines
185 B
Markdown
13 lines
185 B
Markdown
|
# vcpkg-cmake
|
||
|
|
||
|
This port contains cmake functions for dealing with a GN buildsystem.
|
||
|
|
||
|
## Example
|
||
|
|
||
|
```cmake
|
||
|
vcpkg_gn_configure(
|
||
|
SOURCE_PATH "${SOURCE_PATH}"
|
||
|
)
|
||
|
vcpkg_gn_install()
|
||
|
```
|