-
Notifications
You must be signed in to change notification settings - Fork 1
/
.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