use cgltf git submodule

This commit is contained in:
John Alanbrook 2024-03-03 17:02:22 -06:00
parent c216dba97b
commit b8af92a138
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "source/engine/thirdparty/stb"]
path = source/engine/thirdparty/stb
url = https://github.com/nothings/stb.git
[submodule "source/engine/thirdparty/cgltf"]
path = source/engine/thirdparty/cgltf
url = https://github.com/jkuhlmann/cgltf.git

View file

@ -166,7 +166,7 @@ OBJS := $(addprefix $(BIN)/obj/, $(OBJS))
engineincs != find source/engine -maxdepth 1 -type d
includeflag != find source -type d -name include
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb source/engine/thirdparty/cgltf
includeflag := $(addprefix -I, $(includeflag))
# Adding different SDKs

1
source/engine/thirdparty/cgltf vendored Submodule

@ -0,0 +1 @@
Subproject commit de399881c65c438a635627c749440eeea7e05599