Browse Source

Add sol3 dependency

master
Riyyi 3 years ago
parent
commit
d60d5925bf
  1. 3
      .gitmodules
  2. 1
      CMakeLists.txt
  3. 1
      README.org
  4. 1
      inferno/vendor/sol2

3
.gitmodules vendored

@ -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
CMakeLists.txt

@ -53,6 +53,7 @@ include_directories(
"${ENGINE}/vendor/glm"
"${ENGINE}/vendor/json/include"
"${ENGINE}/vendor/lua"
"${ENGINE}/vendor/sol2/include"
"${ENGINE}/vendor/stb"
)

1
README.org

@ -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

1
inferno/vendor/sol2 vendored

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