mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:28:59 +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)
|
||
|
|