tinygltfΒΆ

hunter_add_package(tinygltf)
find_package(tinygltf CONFIG REQUIRED)

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