mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 09:57:51 +08:00
292067a61d
* [docs] Fix broken links. Add docs validation pipeline. * [docs][regenerate.ps1] Do not require a README.md in helper ports * [docs] Update validateDocs.yml to point to current main
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()
|
|
```
|