-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
30 lines (30 loc) · 1.09 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
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://github.com/swift-nav/eigen.git
[submodule "third_party/gflags"]
path = third_party/googleflags
url = https://github.com/gflags/gflags.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/fast-cpp-csv-parser"]
path = third_party/fast-cpp-csv-parser
url = https://github.com/swift-nav/fast-cpp-csv-parser.git
[submodule "third_party/cereal"]
path = third_party/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "third_party/gzip-hpp"]
path = third_party/gzip-hpp
url = https://github.com/swift-nav/gzip-hpp.git
[submodule "cmake/cmake"]
path = cmake/common
url = https://github.com/swift-nav/cmake.git
[submodule "third_party/variant"]
path = third_party/variant
url = https://github.com/swift-nav/variant.git
[submodule "third_party/nlopt"]
path = third_party/nlopt
url = https://github.com/swift-nav/nlopt.git
[submodule "third_party/ThreadPool"]
path = third_party/ThreadPool
url = [email protected]:swift-nav/ThreadPool.git