minizΒΆ

hunter_add_package(miniz)
find_package(miniz CONFIG REQUIRED)

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