mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:09:00 +08:00
ba5364d24e
Fix build with Android NDK r26.
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
etcd-cpp-apiv3 provides CMake targets:
|
|
|
|
find_package(etcd-cpp-api CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE etcd-cpp-api)
|