50 lines
863 B
JSON
50 lines
863 B
JSON
{
|
|
"name": "vcpkg-ci-libgwenhywfar",
|
|
"version-string": "ci",
|
|
"description": "Validates libgwenhywfar",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgwenhywfar",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!arm64"
|
|
},
|
|
{
|
|
"name": "qt5",
|
|
"platform": "!(osx & static)"
|
|
}
|
|
],
|
|
"features": {
|
|
"openssl": {
|
|
"description": "Use openssl",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgwenhywfar",
|
|
"features": [
|
|
"openssl"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"qt5": {
|
|
"description": "Install qt5 binding",
|
|
"dependencies": [
|
|
{
|
|
"name": "libgwenhywfar",
|
|
"features": [
|
|
"qt5"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|