dracoΒΆ

hunter_add_package(draco)
find_package(draco CONFIG REQUIRED)

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