early-access version 2853
This commit is contained in:
28
externals/vcpkg/ports/libmysql/vcpkg.json
vendored
Executable file
28
externals/vcpkg/ports/libmysql/vcpkg.json
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "libmysql",
|
||||
"version": "8.0.20",
|
||||
"port-version": 6,
|
||||
"description": "A MySQL client library for C development",
|
||||
"homepage": "https://github.com/mysql/mysql-server",
|
||||
"supports": "!(windows & x86) & !uwp",
|
||||
"dependencies": [
|
||||
"boost-algorithm",
|
||||
"boost-functional",
|
||||
"boost-geometry",
|
||||
"boost-graph",
|
||||
"boost-optional",
|
||||
"icu",
|
||||
"libevent",
|
||||
"lz4",
|
||||
"openssl",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
},
|
||||
"zlib"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user