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

added rabbitmq-c thirdparty dependency

This commit is contained in:
Steffen Vogel 2017-10-16 08:55:26 +02:00
parent 605fb85dd7
commit 2b308b7af4
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

@ -34,3 +34,6 @@
[submodule "thirdparty/protobuf-c"]
path = thirdparty/protobuf-c
url = https://github.com/protobuf-c/protobuf-c.git
[submodule "thirdparty/rabbitmq-c"]
path = thirdparty/rabbitmq-c
url = https://github.com/alanxz/rabbitmq-c

View file

@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
DEPS_CMAKE = libxil libwebsockets criterion jansson nanomsg
DEPS_CMAKE = libxil libwebsockets criterion jansson nanomsg rabbitmq-c
DEPS_AUTOCONF = libnl libconfig libcurl libzmq
DEPS = $(DEPS_CMAKE) $(DEPS_AUTOCONF)
@ -71,5 +71,6 @@ libconfig-fix:
jansson: CMAKE_OPTS += -DJANSSON_BUILD_DOCS=OFF
libwebsockets: CMAKE_OPTS += -DLWS_IPV6=1 -DLWS_WITH_STATIC=0 -DLWS_WITHOUT_TESTAPPS=1 -DLWS_WITH_HTTP2=1 -DLWS_WITH_SERVER_STATUS=1
libzmq: CONFIGURE_OPTS += --with-libsodium --with-pgm --enable-drafts
rabbitmq-c: CMAKE_OPTS += -DBUILD_EXAMPLES=ON/OFF -DBUILD_TESTS=OFF -DBUILD_TOOLS=OFF -DBUILD_TOOLS_DOCS=OFF
.PHONY: $(DEPS) thirdparty clean-thirdparty install-thirdparty

1
thirdparty/rabbitmq-c vendored Submodule

@ -0,0 +1 @@
Subproject commit 90a3186e703cb48bc763bb188894008c6cdb255c