-
Notifications
You must be signed in to change notification settings - Fork 40
/
.gitmodules
33 lines (33 loc) · 1.02 KB
/
.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
26
27
28
29
30
31
32
33
[submodule "ThirdParty/asio"]
path = ThirdParty/asio
url = ../../chriskohlhoff/asio
[submodule "ThirdParty/fmtlib"]
path = ThirdParty/fmtlib
url = ../../fmtlib/fmt.git
[submodule "ThirdParty/containers"]
path = ThirdParty/containers
url = ../../GMLC-TDC/containers.git
branch = main
[submodule "ThirdParty/concurrency"]
path = ThirdParty/concurrency
url = ../../GMLC-TDC/concurrency.git
[submodule "ThirdParty/utilities"]
path = ThirdParty/utilities
url = ../../GMLC-TDC/utilities.git
[submodule "ThirdParty/units"]
path = ThirdParty/units
url = ../../LLNL/units.git
[submodule "ThirdParty/spdlog"]
path = ThirdParty/spdlog
url = ../../gabime/spdlog.git
[submodule "ThirdParty/json_cpp"]
path = ThirdParty/json_cpp
url = ../../open-source-parsers/jsoncpp.git
branch = master
[submodule "ThirdParty/toml"]
path = ThirdParty/toml
url = ../../ToruNiina/toml11
[submodule "ThirdParty/networking"]
path = ThirdParty/networking
url = ../../GMLC-TDC/networking.git
branch = main