vcpkg/ports/mysql-connector-cpp/vcpkg.json
双草酸酯 6a93a1d2af
[mysql-connector-cpp] Fix incorrect usage of MAYBE_UNUSED_VARIABLES (#32406)
* fix build variables

* update version

* update version

* properly quote everything

* update version
2023-07-07 09:18:28 -07:00

34 lines
714 B
JSON

{
"name": "mysql-connector-cpp",
"version": "8.0.32",
"port-version": 1,
"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 & !(windows & (arm | arm64))",
"dependencies": [
"lz4",
"openssl",
"protobuf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
],
"features": {
"jdbc": {
"description": "Legacy JDBC support.",
"supports": "static",
"dependencies": [
"libmysql"
]
}
}
}