mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
3e8c7ff5d6
* [braft] Fix GCC11. * Add quotes.
26 lines
460 B
JSON
26 lines
460 B
JSON
{
|
|
"name": "braft",
|
|
"version-date": "2021-26-04",
|
|
"port-version": 1,
|
|
"description": "Consensus 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
|
|
}
|
|
]
|
|
}
|