mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:29:01 +08:00
36 lines
671 B
JSON
36 lines
671 B
JSON
{
|
|
"name": "tdscpp",
|
|
"version": "20240707",
|
|
"description": "C++ library to communicate with Microsoft SQL Server",
|
|
"homepage": "https://github.com/maharmstone/tdscpp",
|
|
"license": "LGPL-3.0",
|
|
"supports": "!android & !uwp & !osx",
|
|
"dependencies": [
|
|
{
|
|
"name": "fmt",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "icu",
|
|
"platform": "!windows"
|
|
},
|
|
"nlohmann-json",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ssl": {
|
|
"description": "OpenSSL support",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|