early-access version 2853
This commit is contained in:
12
externals/vcpkg/docs/maintainers/ports/vcpkg-gn.md
vendored
Executable file
12
externals/vcpkg/docs/maintainers/ports/vcpkg-gn.md
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
# 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()
|
||||
```
|
||||
Reference in New Issue
Block a user