Skip to content

Commit

Permalink
Merge pull request #95 from violinyanev/fix_things
Browse files Browse the repository at this point in the history
Prepare dependencies for ramses 28
  • Loading branch information
nVxx authored May 11, 2023
2 parents c4b255e + 508d49c commit 043873a
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/bmwcarit/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 9c3ea1
1 change: 1 addition & 0 deletions external/sol
Submodule sol added at 288f4f

0 comments on commit 043873a

Please sign in to comment.