blob: c1052c06f7b4553a7a80d0602892c64792a24d5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
{
"name": "vcpkg-ci-vsgqt",
"version-string": "ci",
"description": "Port to validate vsgqt in CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vsgqt",
"default-features": false
}
],
"default-features": [
"vsgxchange"
],
"features": {
"vsgxchange": {
"description": "Build with vsgxchange",
"dependencies": [
"vsgxchange"
]
}
}
}
|