-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
39 lines (39 loc) · 1.36 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
[submodule "external/fmt"]
path = external/fmt
url = [email protected]:utk-robotics-2017/fmt.git
[submodule "external/googletest"]
path = external/googletest
url = [email protected]:utk-robotics-2017/googletest.git
[submodule "external/json"]
path = external/json
url = [email protected]:utk-robotics-2017/json.git
[submodule "external/periphery"]
path = external/periphery
url = [email protected]:utk-robotics-2017/periphery.git
[submodule "external/spdlog"]
path = external/spdlog
url = [email protected]:utk-robotics-2017/spdlog.git
[submodule "external/tinyxml2"]
path = external/tinyxml2
url = [email protected]:utk-robotics-2017/tinyxml2.git
[submodule "external/cppfs"]
path = external/cppfs
url = [email protected]:utk-robotics-2017/cppfs.git
[submodule "external/serial"]
path = external/serial
url = [email protected]:utk-robotics-2017/serial.git
[submodule "external/eigen"]
path = external/eigen
url = [email protected]:utk-robotics-2017/eigen.git
[submodule "external/g2o"]
path = external/g2o
url = [email protected]:utk-robotics-2017/g2o.git
[submodule "external/suitesparse"]
path = external/suitesparse
url = [email protected]:utk-robotics-2017/suitesparse.git
[submodule "external/optional-lite"]
path = external/optional-lite
url = [email protected]:utk-robotics-2017/optional-lite.git
[submodule "external/args"]
path = external/args
url = [email protected]:utk-robotics-2017/args.git