-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
27 lines (27 loc) · 956 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
[submodule "s2geometry"]
path = thirdparty/s2geometry
url = https://github.com/google/s2geometry.git
[submodule "libosmium"]
path = thirdparty/libosmium
url = https://github.com/osmcode/libosmium.git
[submodule "abseil-cpp"]
path = thirdparty/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "protozero"]
path = thirdparty/protozero
url = https://github.com/mapbox/protozero.git
[submodule "thirdparty/grpc"]
path = thirdparty/grpc
url = https://github.com/grpc/grpc.git
[submodule "thirdparty/spdlog"]
path = thirdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "thirdparty/Catch2"]
path = thirdparty/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "thirdparty/cheap-ruler-cpp"]
path = thirdparty/cheap-ruler-cpp
url = https://github.com/mapbox/cheap-ruler-cpp.git
[submodule "thirdparty/geometry.hpp"]
path = thirdparty/geometry.hpp
url = https://github.com/mapbox/geometry.hpp.git