-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
25 lines (25 loc) · 891 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[submodule "dependencies/sol2"]
path = dependencies/sol2
url = https://github.com/ThePhD/sol2.git
[submodule "dependencies/spdlog"]
path = dependencies/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "dependencies/tomlplusplus"]
path = dependencies/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
[submodule "dependencies/CLI11"]
path = dependencies/CLI11
url = https://github.com/CLIUtils/CLI11.git
[submodule "dependencies/re2c"]
path = dependencies/re2c
url = https://github.com/skvadrik/re2c.git
ignore = dirty
[submodule "dependencies/sinker"]
path = dependencies/sinker
url = https://github.com/widberg/sinker.git
[submodule "dependencies/LuaJIT"]
path = dependencies/LuaJIT
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "dependencies/luajit-cmake"]
path = dependencies/luajit-cmake
url = https://github.com/widberg/luajit-cmake.git