Working fastgltf build, but had to manually include the headers.

This commit is contained in:
Zed A. Shaw 2025-12-15 11:04:17 -05:00
parent 6d29fb718b
commit 0e6d452580
8 changed files with 63 additions and 3 deletions

View file

@ -26,7 +26,10 @@ shaders:
%.png: %.dot
dot -Tpng $< -o $@
build:
%.glb: %.glb.gz
gunzip $<
build: basicmesh.glb
meson compile -j 10 -C $(ROOT_DIR)/builddir
release_build: