LeathersΒΆ

hunter_add_package(Leathers)
find_package(Leathers CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC Leathers::leathers)