forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
45 lines (45 loc) · 1.63 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
[submodule "OSM-binary"]
path = third_party/OSM-binary
url = https://github.com/scrosby/OSM-binary.git
[submodule "rapidjson"]
path = third_party/rapidjson
url = https://github.com/miloyip/rapidjson
[submodule "third_party/dirent"]
path = third_party/dirent
url = https://github.com/tronkko/dirent
[submodule "third_party/date"]
path = third_party/date
url = https://github.com/HowardHinnant/date.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/libosmium"]
path = third_party/libosmium
url = https://github.com/osmcode/libosmium.git
[submodule "third_party/protozero"]
path = third_party/protozero
url = https://github.com/mapbox/protozero.git
[submodule "third_party/microtar"]
path = third_party/microtar
url = https://github.com/rxi/microtar.git
[submodule "third_party/robin-hood-hashing"]
path = third_party/robin-hood-hashing
url = https://github.com/martinus/robin-hood-hashing.git
[submodule "third_party/fastcov"]
path = third_party/fastcov
url = https://github.com/RPGillespie6/fastcov.git
[submodule "third_party/pybind11"]
path = third_party/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "third_party/cpp-statsd-client"]
path = third_party/cpp-statsd-client
url = https://github.com/vthiery/cpp-statsd-client
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/just_gtfs"]
path = third_party/just_gtfs
url = https://github.com/valhalla/just_gtfs
[submodule "third_party/tz"]
path = third_party/tz
url = https://github.com/eggert/tz.git