aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fbthrift/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fbthrift/vcpkg.json')
-rw-r--r--vcpkg/ports/fbthrift/vcpkg.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/fbthrift/vcpkg.json b/vcpkg/ports/fbthrift/vcpkg.json
new file mode 100644
index 0000000..ba0793e
--- /dev/null
+++ b/vcpkg/ports/fbthrift/vcpkg.json
@@ -0,0 +1,35 @@
+{
+ "name": "fbthrift",
+ "version-string": "2025.05.19.00",
+ "description": "Facebook's branch of Apache Thrift, including a new C++ server.",
+ "homepage": "https://github.com/facebook/fbthrift",
+ "license": "Apache-2.0",
+ "supports": "x64 & static",
+ "dependencies": [
+ "boost-context",
+ "boost-filesystem",
+ "boost-program-options",
+ "boost-regex",
+ "boost-system",
+ "boost-thread",
+ "fizz",
+ "fmt",
+ "folly",
+ "gflags",
+ "glog",
+ "mvfst",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "wangle",
+ "xxhash",
+ "zlib",
+ "zstd"
+ ]
+}