vorbisΒΆ

hunter_add_package(vorbis)
find_package(vorbis CONFIG REQUIRED)

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