gluΒΆ

hunter_add_package(glu)
find_package(glu CONFIG REQUIRED)

add_executable(main main.cpp)
target_link_libraries(main PUBLIC glu::GLU)