RedisClientΒΆ

hunter_add_package(RedisClient)
find_package(RedisClient CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC RedisClient::RedisClient)