-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
24 lines (24 loc) · 884 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
[submodule "googletest"]
path = 3rdParty/googletest
url = https://github.com/hor63/googletest.git
[submodule "3rdParty/apache/log4cxx"]
path = 3rdParty/apache/log4cxx
url = https://github.com/hor63/logging-log4cxx.git
[submodule "3rdParty/apache/apr"]
path = 3rdParty/apache/apr
url = https://github.com/hor63/apr.git
[submodule "3rdParty/apache/apr-util"]
path = 3rdParty/apache/apr-util
url = https://github.com/hor63/apr-util.git
[submodule "3rdParty/eigen"]
path = 3rdParty/eigen
url = https://github.com/hor63/eigen-git-mirror.git
[submodule "3rdParty/Properties4CXX"]
path = 3rdParty/Properties4CXX
url = https://github.com/hor63/Properties4CXX.git
[submodule "3rdParty/horOvIp-I2C-Bridge"]
path = 3rdParty/horOvIp-I2C-Bridge
url = https://github.com/hor63/horOvIp-I2C-Bridge.git
[submodule "3rdParty/fmt"]
path = 3rdParty/fmt
url = https://github.com/hor63/fmt