mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Update all CMakeLists.txt, Makefiles, meson.build, setup.py, and documentation files to use C++17 standard. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
95 B
Makefile
4 lines
95 B
Makefile
all:
|
|
#clang++ -std=c++17 -I../../src tusdz-variant.cc
|
|
clang++ -std=c++17 -I../../src main.cc
|