diff options
Diffstat (limited to 'vcpkg/ports/tdscpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tdscpp/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/tdscpp/vcpkg.json b/vcpkg/ports/tdscpp/vcpkg.json new file mode 100644 index 0000000..7d4f527 --- /dev/null +++ b/vcpkg/ports/tdscpp/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "tdscpp", + "version": "20250301", + "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" + ] + } + } +} |