The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.
Run the following Vcpkg command to install the port.
vcpkg install etcd-cpp-apiv3
etcd-cpp-apiv3 provides CMake targets:
find_package(etcd-cpp-api CONFIG REQUIRED)
target_link_libraries(main PRIVATE etcd-cpp-api)
v0.15.4#1
Nov 27, 2024
All
etcd-cpp-apiv3/etcd-cpp-apiv3
github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
ae7d8f5056
BSD-3-Clause
Manifest