vcpkg/scripts/test_ports/sqlpp11-connector-mysql/vcpkg.json

27 lines
633 B
JSON
Raw Normal View History

{
"name": "sqlpp11-connector-mysql",
"version-string": "ci",
"description": "Overlay for an obsolete empty port in order to unblock sqlpp11 testing: platform-specific choice of testable implementation",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "sqlpp11",
"default-features": false,
"features": [
"mariadb"
],
"platform": "x86 & windows"
},
{
"name": "sqlpp11",
"default-features": false,
"features": [
"mysql"
],
"platform": "!(x86 & windows)"
}
]
}