zlogΒΆ

hunter_add_package(zlog)
find_package(zlog CONFIG REQUIRED)

add_executable(boo boo.c)
target_link_libraries(boo PUBLIC zlog::zlog)