vcpkg/ports/libodb-mysql/vcpkg.json

20 lines
375 B
JSON
Raw Normal View History

{
"name": "libodb-mysql",
"version": "2.4.0",
"port-version": 11,
"description": "MySQL support for the ODB ORM library",
"homepage": "https://www.codesynthesis.com/products/odb/",
"dependencies": [
"libmysql",
"libodb",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}