vcpkg/ports/mysql-connector-cpp/vcpkg.json

22 lines
492 B
JSON
Raw Normal View History

{
"name": "mysql-connector-cpp",
"version": "1.1.13",
"description": "This is a release of MySQL Connector/C++, the C++ interface for communicating with MySQL servers.",
"homepage": "https://github.com/mysql/mysql-connector-cpp",
"license": null,
"supports": "!uwp",
"dependencies": [
"boost-date-time",
"boost-thread",
"libmysql",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}