Add sol3 dependency
This commit is contained in:
@@ -16,3 +16,6 @@
|
|||||||
[submodule "inferno/vendor/lua/lua"]
|
[submodule "inferno/vendor/lua/lua"]
|
||||||
path = inferno/vendor/lua/lua
|
path = inferno/vendor/lua/lua
|
||||||
url = https://github.com/lua/lua
|
url = https://github.com/lua/lua
|
||||||
|
[submodule "inferno/vendor/sol2"]
|
||||||
|
path = inferno/vendor/sol2
|
||||||
|
url = https://github.com/ThePhD/sol2
|
||||||
|
|||||||
@@ -53,6 +53,7 @@ include_directories(
|
|||||||
"${ENGINE}/vendor/glm"
|
"${ENGINE}/vendor/glm"
|
||||||
"${ENGINE}/vendor/json/include"
|
"${ENGINE}/vendor/json/include"
|
||||||
"${ENGINE}/vendor/lua"
|
"${ENGINE}/vendor/lua"
|
||||||
|
"${ENGINE}/vendor/sol2/include"
|
||||||
"${ENGINE}/vendor/stb"
|
"${ENGINE}/vendor/stb"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ Or
|
|||||||
- [[https://github.com/g-truc/glm][GLM]]
|
- [[https://github.com/g-truc/glm][GLM]]
|
||||||
- [[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/ThePhD/sol2][sol3]]
|
||||||
- [[https://github.com/nothings/stb][stb]]
|
- [[https://github.com/nothings/stb][stb]]
|
||||||
|
|
||||||
* References
|
* References
|
||||||
|
|||||||
+1
Submodule inferno/vendor/sol2 added at 27c352149d
Reference in New Issue
Block a user