mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:51:47 +08:00
75381ea7fa
* fix gn path error on windows
* add quotes
* vcpkg cmake guidelines
* Fix version database.
* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING
* Quotes 🤦
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"name": "vcpkg-gn",
|
|
"version-date": "2021-11-16",
|
|
"port-version": 3,
|
|
"description": "https://gn.googlesource.com/gn/+/4aa9bdfa05b688c58d3d7d3e496f3f18cbb3d89e",
|
|
"documentation": "https://vcpkg.io/en/docs/README.html",
|
|
"license": "MIT",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-tool-gn",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|