early-access version 2853
This commit is contained in:
24
externals/vcpkg/ports/braft/vcpkg.json
vendored
Executable file
24
externals/vcpkg/ports/braft/vcpkg.json
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user