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

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"
]
}
]
}
}
}