Add sol3 dependency

This commit is contained in:
Riyyi
2021-01-27 22:38:41 +01:00
parent bcb518643f
commit d60d5925bf
4 changed files with 6 additions and 0 deletions
+3
View File
@@ -16,3 +16,6 @@
[submodule "inferno/vendor/lua/lua"]
path = inferno/vendor/lua/lua
url = https://github.com/lua/lua
[submodule "inferno/vendor/sol2"]
path = inferno/vendor/sol2
url = https://github.com/ThePhD/sol2
+1
View File
@@ -53,6 +53,7 @@ include_directories(
"${ENGINE}/vendor/glm"
"${ENGINE}/vendor/json/include"
"${ENGINE}/vendor/lua"
"${ENGINE}/vendor/sol2/include"
"${ENGINE}/vendor/stb"
)
+1
View File
@@ -41,6 +41,7 @@ Or
- [[https://github.com/g-truc/glm][GLM]]
- [[https://github.com/nlohmann/json][JSON]]
- [[https://github.com/lua/lua][Lua]]
- [[https://github.com/ThePhD/sol2][sol3]]
- [[https://github.com/nothings/stb][stb]]
* References
Vendored Submodule
+1
Submodule inferno/vendor/sol2 added at 27c352149d