vcpkg/ports/libmysql/vcpkg.json
Lily Wang 08f38c8a85
[libmysql] Fix the install path of pdb files (#40044)
Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-07-25 13:17:21 -07:00

38 lines
731 B
JSON

{
"name": "libmysql",
"version": "8.0.34",
"port-version": 2,
"description": "A MySQL client library for C development",
"homepage": "https://github.com/mysql/mysql-server",
"license": "GPL-2.0-or-later",
"supports": "!android & !mingw & !uwp & !xbox",
"dependencies": [
"boost-algorithm",
"boost-functional",
"boost-geometry",
"boost-graph",
"boost-optional",
{
"name": "libmysql",
"host": true
},
"lz4",
{
"name": "ncurses",
"platform": "!windows | mingw"
},
"openssl",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib",
"zstd"
]
}