Working fastgltf build, but had to manually include the headers.
This commit is contained in:
parent
6d29fb718b
commit
0e6d452580
8 changed files with 63 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue