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:
parent
f6909de568
commit
8380077d5e
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||||
|
|
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/>.
|
# 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
1
thirdparty/nanomsg
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 5cc0074524684797dd5cd9067bbccbefe1513996
|
Loading…
Add table
Reference in a new issue