Replace CONTROL by vcpkg.json (#176)

This commit is contained in:
CayOest 2022-10-13 03:14:17 +02:00 committed by GitHub
parent 1fb5abac28
commit f6af474c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 6 deletions

View File

@ -1,6 +0,0 @@
Source: etcd-cpp-apiv3
Version: 0.2.8
Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
Build-Depends: boost-asio, boost-system, boost-thread, boost-random,
cpprestsdk, grpc, openssl, protobuf

View File

@ -0,0 +1,16 @@
{
"name": "etcd-cpp-apiv3",
"version-string": "0.2.8",
"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",
"dependencies": [
"boost-asio",
"boost-random",
"boost-system",
"boost-thread",
"cpprestsdk",
"grpc",
"openssl",
"protobuf"
]
}