From d60d5925bf9c5a3c19a64d2bb8e52a55b1516f76 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Wed, 27 Jan 2021 22:38:41 +0100 Subject: [PATCH] Add sol3 dependency --- .gitmodules | 3 +++ CMakeLists.txt | 1 + README.org | 1 + inferno/vendor/sol2 | 1 + 4 files changed, 6 insertions(+) create mode 160000 inferno/vendor/sol2 diff --git a/.gitmodules b/.gitmodules index 255d276..4217ffa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index b305f02..9195452 100644 --- a/CMakeLists.txt +++ b/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" ) diff --git a/README.org b/README.org index 2ba0702..f7d0eb1 100644 --- a/README.org +++ b/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 diff --git a/inferno/vendor/sol2 b/inferno/vendor/sol2 new file mode 160000 index 0000000..27c3521 --- /dev/null +++ b/inferno/vendor/sol2 @@ -0,0 +1 @@ +Subproject commit 27c352149d4b06b96adb0c6a8cd8514aa6cdb9c6