QwtΒΆ

hunter_add_package(Qwt)
find_package(Qwt CONFIG REQUIRED)

add_executable(boo boo.cpp)
target_link_libraries(boo PUBLIC Qwt::qwt)