-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
27 lines (27 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
[submodule "thirdparty/asio/asio"]
path = thirdparty/asio/asio
url = https://github.com/chriskohlhoff/asio.git
[submodule "thirdparty/gtest/googletest"]
path = thirdparty/gtest/googletest
url = https://github.com/google/googletest.git
[submodule "thirdparty/protobuf/protobuf"]
path = thirdparty/protobuf/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "thirdparty/tclap/tclap"]
path = thirdparty/tclap/tclap
url = https://github.com/xguerin/tclap.git
[submodule "thirdparty/udpcap/udpcap"]
path = thirdparty/udpcap/udpcap
url = https://github.com/eclipse-ecal/udpcap
[submodule "thirdparty/tcp_pubsub/tcp_pubsub"]
path = thirdparty/tcp_pubsub/tcp_pubsub
url = https://github.com/eclipse-ecal/tcp_pubsub.git
[submodule "thirdparty/recycle/recycle"]
path = thirdparty/recycle/recycle
url = https://github.com/steinwurf/recycle.git
[submodule "thirdparty/ecaludp/ecaludp"]
path = thirdparty/ecaludp/ecaludp
url = https://github.com/eclipse-ecal/ecaludp.git
[submodule "thirdparty/yaml-cpp/yaml-cpp"]
path = thirdparty/yaml-cpp/yaml-cpp
url = https://github.com/jbeder/yaml-cpp