Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

18 lines
356 B
JSON

{
"name": "vcpkg-ci-gz-common",
"version-string": "ci",
"description": "Port to force features of gz-common within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "gz-common",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}