mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
bc19f25585
* add correct target namespace * update version * correct namespace * overwrite version * format patch * update version
21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"name": "mysql-connector-cpp",
|
|
"version": "8.0.30",
|
|
"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": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|