mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
e15bfcb000
Signed-off-by: Tao He <sighingnow@gmail.com>
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)
|
|
|