-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
48 lines (48 loc) · 1.37 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
39
40
41
42
43
44
45
46
47
48
[submodule "extern/spdlog"]
path = extern/spdlog
url = ../../gabime/spdlog.git
[submodule "extern/benchmark"]
path = extern/benchmark
url = ../../google/benchmark.git
[submodule "extern/catch2"]
path = extern/catch2
url = ../../catchorg/Catch2.git
[submodule "extern/blaze"]
path = extern/blaze
url = ../../../bitbucket.org/blaze-lib/blaze.git
[submodule "extern/abseil"]
path = extern/abseil
url = ../../abseil/abseil-cpp.git
[submodule "extern/date"]
path = extern/date
url = ../../HowardHinnant/date.git
[submodule "extern/sanitizers-cmake"]
path = extern/sanitizers-cmake
url = ../../arsenm/sanitizers-cmake.git
[submodule "extern/vcpkg"]
path = extern/vcpkg
url = ../../microsoft/vcpkg.git
[submodule "extern/hpx"]
path = extern/hpx
url = ../../STEllAR-GROUP/hpx
[submodule "extern/yaml-cpp"]
path = extern/yaml-cpp
url = ../../jbeder/yaml-cpp
[submodule "extern/range-v3"]
path = extern/range-v3
url = ../../ericniebler/range-v3
[submodule "extern/pybind11"]
path = extern/pybind11
url = ../../pybind/pybind11.git
[submodule "extern/xtensor-python"]
path = extern/xtensor-python
url = ../../xtensor-stack/xtensor-python.git
[submodule "extern/xtensor"]
path = extern/xtensor
url = ../../xtensor-stack/xtensor.git
[submodule "extern/xtl"]
path = extern/xtl
url = ../../xtensor-stack/xtl.git
[submodule "extern/jsoon"]
path = extern/jsoon
url = ../../nlohmann/json