vcpkg/ports/braft/vcpkg.json
Gabriel Jorge Menezes 8fc4b4b950
[braft] New port (#23830)
* creating braft port

* format manifest

* version

* Refix

* version

* Add dependency brpc

* version

* Add license

* version

* Fix dependency gflags, fix export include path

* version

* Re-fix dependency

* version

* Re-fix gflags

* version

* Add find_dependency

* version

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2022-04-08 15:26:51 -07:00

25 lines
438 B
JSON

{
"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
}
]
}