mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 03:19:00 +08:00
10 lines
223 B
Makefile
10 lines
223 B
Makefile
|
INCLUDES = -I$(top_srcdir)/bindings/cpp -I$(top_srcdir)/bindings/c
|
||
|
|
||
|
bin_PROGRAMS = zmq_queue
|
||
|
|
||
|
zmq_queue_LDADD = $(top_builddir)/src/libzmq.la
|
||
|
zmq_queue_SOURCES = zmq_queue.cpp
|
||
|
zmq_queue_CXXFLAGS = -Wall -pedantic -Werror
|
||
|
|
||
|
|