Browse Source

Add stb dependency

master
Riyyi 3 years ago
parent
commit
885dedf3cd
  1. 3
      .gitmodules
  2. 1
      CMakeLists.txt
  3. 2
      README.org
  4. 1
      inferno/vendor/stb

3
.gitmodules vendored

@ -7,3 +7,6 @@
[submodule "inferno/vendor/json"]
path = inferno/vendor/json
url = https://github.com/nlohmann/json
[submodule "inferno/vendor/stb"]
path = inferno/vendor/stb
url = https://github.com/nothings/stb

1
CMakeLists.txt

@ -41,6 +41,7 @@ include_directories(
"${ENGINE}/vendor/glfw/include"
"${ENGINE}/vendor/glm"
"${ENGINE}/vendor/json/include"
"${ENGINE}/vendor/stb"
"${ENGINE}/src"
)

2
README.org

@ -39,9 +39,9 @@ Or
- [[https://github.com/Dav1dde/glad][glad]]
- [[https://github.com/glfw/glfw][GLFW]]
- [[https://github.com/g-truc/glm][GLM]]
# - [[https://github.com/nothings/stb][stb]]
- [[https://github.com/nlohmann/json][JSON]]
# - [[https://github.com/lua/lua][Lua]]
- [[https://github.com/nothings/stb][stb]]
* References

1
inferno/vendor/stb vendored

@ -0,0 +1 @@
Subproject commit b42009b3b9d4ca35bc703f5310eedc74f584be58
Loading…
Cancel
Save