yuzu/externals/vcpkg/ports/braft/vcpkg.json

25 lines
438 B
JSON
Executable File

{
"name": "braft",
"version-date": "2021-26-04",
"description": "Consesus algorithm library",
"homepage": "https://github.com/baidu/braft",
"license": "Apache-2.0",
"supports": "!windows",
"dependencies": [
"brpc",
"gflags",
"glog",
"leveldb",
"protobuf",
"thrift",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}