Skip to content
Snippets Groups Projects
Commit 2b308b7a authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

added rabbitmq-c thirdparty dependency

parent 605fb85d
Branches
Tags
No related merge requests found
......@@ -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
......@@ -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
Subproject commit 90a3186e703cb48bc763bb188894008c6cdb255c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment