-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
34 lines (34 loc) · 1.1 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
[submodule "Constants"]
path = Constants
url = https://github.com/FuexFollets/Constants.git
[submodule "lib/eigen"]
path = lib/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "lib/cereal"]
path = lib/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "assets/english-words"]
path = assets/english-words
url = https://github.com/dwyl/english-words.git
[submodule "lib/eternal"]
path = lib/eternal
url = https://github.com/mapbox/eternal.git
[submodule "lib/rapidfuzz-cpp"]
path = lib/rapidfuzz-cpp
url = https://github.com/rapidfuzz/rapidfuzz-cpp.git
[submodule "robinmap"]
path = lib/robin-map
url = https://github.com/FuexFollets/robin-map.git
[submodule "lib/annoy-serialize-2"]
path = lib/annoy
url = https://github.com/FuexFollets/annoy.git
branch = serialization
[submodule "lib/icecream-cpp"]
path = lib/icecream-cpp
url = https://github.com/renatoGarcia/icecream-cpp.git
[submodule "lib/nanobench"]
path = lib/nanobench
url = https://github.com/martinus/nanobench.git
[submodule "lib/thread-pool"]
path = lib/thread-pool
url = https://github.com/bshoshany/thread-pool.git