Skip to content

Commit

Permalink
Add ramses logic submodules for ramses 28
Browse files Browse the repository at this point in the history
  • Loading branch information
violinyanev committed Apr 6, 2023
1 parent 499fbcc commit b3d235c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[submodule "external/googletest"]
url = https://github.com/google/googletest.git
path = external/googletest
[submodule "external/glm"]
url = https://github.com/g-truc/glm.git
path = external/glm
[submodule "external/glslang"]
url = https://github.com/KhronosGroup/glslang.git
path = external/glslang
Expand All @@ -28,3 +31,15 @@
[submodule "external/cli11"]
url = https://github.com/CLIUtils/CLI11.git
path = external/cli11
[submodule "external/google-benchmark"]
path = external/google-benchmark
url = https://github.com/google/benchmark.git
[submodule "external/flatbuffers"]
path = external/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "external/lua"]
path = external/lua
url = https://github.com/lua/lua.git
[submodule "external/sol"]
path = external/sol
url = https://github.com/ThePhD/sol2.git
1 change: 1 addition & 0 deletions external/flatbuffers
Submodule flatbuffers added at 6df40a
1 change: 1 addition & 0 deletions external/glm
Submodule glm added at 13724c
1 change: 1 addition & 0 deletions external/google-benchmark
Submodule google-benchmark added at 73d4d5
1 change: 1 addition & 0 deletions external/lua
Submodule lua added at 98194d
1 change: 1 addition & 0 deletions external/sol
Submodule sol added at 288f4f

0 comments on commit b3d235c

Please sign in to comment.