mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 13:28:59 +08:00
ba5364d24e
Fix build with Android NDK r26.
29 lines
595 B
JSON
29 lines
595 B
JSON
{
|
|
"name": "etcd-cpp-apiv3",
|
|
"version": "0.15.4",
|
|
"description": "The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.",
|
|
"homepage": "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-random",
|
|
"boost-system",
|
|
"boost-thread",
|
|
{
|
|
"name": "cpprestsdk",
|
|
"default-features": false
|
|
},
|
|
"grpc",
|
|
"openssl",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|