forked from eclipse-leda/leda-contrib-self-update-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 833 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 "3rdparty/paho.mqtt.c"]
path = 3rdparty/paho.mqtt.c
url = https://github.com/eclipse/paho.mqtt.c.git
[submodule "3rdparty/paho.mqtt.cpp"]
path = 3rdparty/paho.mqtt.cpp
url = https://github.com/eclipse/paho.mqtt.cpp.git
[submodule "3rdparty/curl"]
path = 3rdparty/curl
url = https://github.com/curl/curl.git
[submodule "3rdparty/googletest"]
path = 3rdparty/googletest
url = https://github.com/google/googletest.git
[submodule "3rdparty/glib"]
path = 3rdparty/glib
url = https://github.com/GNOME/glib.git
[submodule "3rdparty/spdlog"]
path = 3rdparty/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "3rdparty/openssl"]
path = 3rdparty/openssl
url = https://github.com/openssl/openssl.git
[submodule "3rdparty/nlohmann-json"]
path = 3rdparty/nlohmann-json
url = https://github.com/nlohmann/json