mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
mqtt: added submodule for mosquitto
This commit is contained in:
parent
84d9e3ab6b
commit
1ed6a1041b
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -37,3 +37,6 @@
|
|||
[submodule "thirdparty/libiec61850"]
|
||||
path = thirdparty/libiec61850
|
||||
url = https://github.com/mz-automation/libiec61850
|
||||
[submodule "thirdparty/mosquitto"]
|
||||
path = thirdparty/mosquitto
|
||||
url = https://github.com/eclipse/mosquitto.git
|
||||
|
|
2
thirdparty/Makefile.inc
vendored
2
thirdparty/Makefile.inc
vendored
|
@ -20,7 +20,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
###################################################################################
|
||||
|
||||
DEPS_CMAKE = libxil libwebsockets libiec61850 criterion jansson nanomsg rabbitmq-c
|
||||
DEPS_CMAKE = libxil libwebsockets libiec61850 criterion jansson nanomsg rabbitmq-c mosquitto
|
||||
DEPS_AUTOCONF = libnl libconfig libcurl libzmq
|
||||
|
||||
DEPS = $(DEPS_CMAKE) $(DEPS_AUTOCONF)
|
||||
|
|
1
thirdparty/mosquitto
vendored
Submodule
1
thirdparty/mosquitto
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit d72ec39d79effae08011e13faf5870fa7e80fa54
|
Loading…
Add table
Reference in a new issue