ImathΒΆ

hunter_add_package(Imath)
find_package(Imath CONFIG REQUIRED)

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