mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:41:37 +08:00
6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
|
The package etcd-cpp-apiv3 is compatible with built-in CMake targets:
|
||
|
|
||
|
find_package(etcd-cpp-api CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE etcd-cpp-api)
|
||
|
|