vcpkg/ports/fbthrift/vcpkg.json
Jia Yue Hua 7947b1c828
[fbthrift]: fix dependency (#30800)
* [fbthrift]: fix dependency

* fix deps

* fix fbthrift
2023-04-17 16:33:49 -07:00

35 lines
679 B
JSON

{
"name": "fbthrift",
"version-string": "2022.03.21.00",
"port-version": 3,
"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",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"wangle",
"zlib",
"zstd"
]
}