move dr_libs from versioned to git submodule
This commit is contained in:
parent
d46be24c41
commit
89e3f9b849
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -13,3 +13,6 @@
|
||||||
[submodule "source/engine/thirdparty/TinySoundFont"]
|
[submodule "source/engine/thirdparty/TinySoundFont"]
|
||||||
path = source/engine/thirdparty/TinySoundFont
|
path = source/engine/thirdparty/TinySoundFont
|
||||||
url = https://github.com/schellingb/TinySoundFont.git
|
url = https://github.com/schellingb/TinySoundFont.git
|
||||||
|
[submodule "source/engine/thirdparty/dr_libs"]
|
||||||
|
path = source/engine/thirdparty/dr_libs
|
||||||
|
url = https://github.com/mackron/dr_libs.git
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -166,7 +166,7 @@ OBJS := $(addprefix $(BIN)/obj/, $(OBJS))
|
||||||
|
|
||||||
engineincs != find source/engine -maxdepth 1 -type d
|
engineincs != find source/engine -maxdepth 1 -type d
|
||||||
includeflag != find source -type d -name include
|
includeflag != find source -type d -name include
|
||||||
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb source/engine/thirdparty/cgltf source/engine/thirdparty/TinySoundFont
|
includeflag += $(engineincs) source/engine/thirdparty/tinycdb source/shaders source/engine/thirdparty/sokol source/engine/thirdparty/stb source/engine/thirdparty/cgltf source/engine/thirdparty/TinySoundFont source/engine/thirdparty/dr_libs
|
||||||
includeflag := $(addprefix -I, $(includeflag))
|
includeflag := $(addprefix -I, $(includeflag))
|
||||||
|
|
||||||
# Adding different SDKs
|
# Adding different SDKs
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
1
source/engine/thirdparty/dr_libs
vendored
Submodule
1
source/engine/thirdparty/dr_libs
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit da35f9d6c7374a95353fd1df1d394d44ab66cf01
|
Loading…
Reference in a new issue