18 lines
356 B
JSON
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
|
|
}
|
|
]
|
|
}
|