-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy path.gitmodules
38 lines (38 loc) · 1.21 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
34
35
36
37
38
[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/toml"]
path = ThirdParty/toml
url = ../../ToruNiina/toml11
[submodule "ThirdParty/networking"]
path = ThirdParty/networking
url = ../../GMLC-TDC/networking.git
branch = main
[submodule "ThirdParty/libzmq"]
path = ThirdParty/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "ThirdParty/googletest"]
path = ThirdParty/googletest
url = https://github.com/google/googletest.git
[submodule "ThirdParty/benchmark"]
path = ThirdParty/benchmark
url = https://github.com/google/benchmark.git