glewΒΆ

hunter_add_package(glew)
find_package(glew CONFIG REQUIRED)
target_link_libraries(boo PUBLIC glew::glew)