Add stb dependency

This commit is contained in:
Riyyi
2020-12-30 11:15:58 +01:00
parent 250201f0e3
commit 885dedf3cd
4 changed files with 6 additions and 1 deletions
+3
View File
@@ -7,3 +7,6 @@
[submodule "inferno/vendor/json"] [submodule "inferno/vendor/json"]
path = inferno/vendor/json path = inferno/vendor/json
url = https://github.com/nlohmann/json url = https://github.com/nlohmann/json
[submodule "inferno/vendor/stb"]
path = inferno/vendor/stb
url = https://github.com/nothings/stb
+1
View File
@@ -41,6 +41,7 @@ include_directories(
"${ENGINE}/vendor/glfw/include" "${ENGINE}/vendor/glfw/include"
"${ENGINE}/vendor/glm" "${ENGINE}/vendor/glm"
"${ENGINE}/vendor/json/include" "${ENGINE}/vendor/json/include"
"${ENGINE}/vendor/stb"
"${ENGINE}/src" "${ENGINE}/src"
) )
+1 -1
View File
@@ -39,9 +39,9 @@ Or
- [[https://github.com/Dav1dde/glad][glad]] - [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]] - [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]] - [[https://github.com/g-truc/glm][GLM]]
# - [[https://github.com/nothings/stb][stb]]
- [[https://github.com/nlohmann/json][JSON]] - [[https://github.com/nlohmann/json][JSON]]
# - [[https://github.com/lua/lua][Lua]] # - [[https://github.com/lua/lua][Lua]]
- [[https://github.com/nothings/stb][stb]]
* References * References
Vendored Submodule
+1
Submodule inferno/vendor/stb added at b42009b3b9