1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

nanomsg: add submodule for libnanomsg

This commit is contained in:
Steffen Vogel 2017-05-23 13:54:26 +02:00
parent f6909de568
commit 8380077d5e
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -25,3 +25,6 @@
[submodule "thirdparty/libopal"] [submodule "thirdparty/libopal"]
path = thirdparty/libopal path = thirdparty/libopal
url = ../libopal.git url = ../libopal.git
[submodule "thirdparty/nanomsg"]
path = thirdparty/nanomsg
url = https://github.com/nanomsg/nanomsg.git

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
################################################################################### ###################################################################################
DEPS_CMAKE = libxil libwebsockets criterion jansson DEPS_CMAKE = libxil libwebsockets criterion jansson nanomsg
DEPS_AUTOCONF = libnl libconfig libcurl DEPS_AUTOCONF = libnl libconfig libcurl
DEPS = $(DEPS_CMAKE) $(DEPS_AUTOCONF) DEPS = $(DEPS_CMAKE) $(DEPS_AUTOCONF)

1
thirdparty/nanomsg vendored Submodule

@ -0,0 +1 @@
Subproject commit 5cc0074524684797dd5cd9067bbccbefe1513996