forked from arbor-sim/arbor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
31 lines (31 loc) · 855 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
26
27
28
29
30
31
[submodule "google-benchmark"]
path = ext/google-benchmark
url = https://github.com/google/benchmark.git
branch = main
[submodule "ext/fmt"]
path = ext/fmt
url = https://github.com/fmtlib/fmt.git
branch = master
[submodule "ext/random123"]
path = ext/random123
url = https://github.com/DEShawResearch/random123.git
branch = main
[submodule "ext/json"]
path = ext/json
url = https://github.com/nlohmann/json.git
branch = master
[submodule "ext/pybind11"]
path = ext/pybind11
url = https://github.com/pybind/pybind11.git
branch = master
[submodule "ext/googletest"]
path = ext/googletest
url = https://github.com/google/googletest.git
branch = main
[submodule "ext/pugixml"]
path = ext/pugixml
url = https://github.com/zeux/pugixml.git
branch = master
[submodule "ext/units"]
path = ext/units
url = https://github.com/LLNL/units.git