mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 03:03:50 +00:00
Convert manual g++/clang++ builds to CMake for consistency with Windows builds: - Linux x64 (GCC) - Linux ARM64 (GCC) - macOS ARM64 Apple Silicon (Clang) All native builds now use: - cmake -B build -DTINYGLTF_BUILD_LOADER_EXAMPLE=ON - cmake --build build - ctest --test-dir build --output-on-failure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>