vcpkg/scripts/test_ports/vcpkg-ci-soci/vcpkg.json

21 lines
350 B
JSON

{
"name": "vcpkg-ci-soci",
"version-string": "ci",
"description": "Validates soci",
"supports": "x64 & (linux | osx | windows) & !uwp",
"dependencies": [
{
"name": "soci",
"features": [
"mysql",
"postgresql",
"sqlite3"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}