diff options
Diffstat (limited to 'vcpkg/ports/tdlib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tdlib/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/tdlib/vcpkg.json b/vcpkg/ports/tdlib/vcpkg.json new file mode 100644 index 0000000..ab83349 --- /dev/null +++ b/vcpkg/ports/tdlib/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "tdlib", + "version": "1.8.55", + "description": "Cross-platform library for building Telegram clients", + "homepage": "https://github.com/tdlib/td", + "license": "BSL-1.0", + "supports": "((windows & !uwp & !arm & !arm64 & !xbox) | linux | osx) & static", + "dependencies": [ + { + "name": "gperf", + "host": true + }, + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |