vcpkg/ports/tdscpp/vcpkg.json

36 lines
671 B
JSON
Raw Normal View History

2024-07-10 01:39:35 +08:00
{
"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"
]
}
}
}