mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 16:29:07 +08:00
88e03109aa
* [libmariadb] Fix build error with cmake 3.20.0 * Update versions * Add vcpkg.json * Update versions/l-/libmariadb.json
32 lines
683 B
JSON
32 lines
683 B
JSON
{
|
|
"name": "libmariadb",
|
|
"version-semver": "3.1.12",
|
|
"port-version": 1,
|
|
"description": "MariaDB Connector/C is used to connect C/C++ applications to MariaDB and MySQL databases",
|
|
"homepage": "https://github.com/MariaDB/mariadb-connector-c",
|
|
"default-features": [
|
|
"openssl",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"iconv": {
|
|
"description": "Enables character set conversion",
|
|
"dependencies": [
|
|
"libiconv"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "Enable SSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Use internal zlib",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|