mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-07 12:57:40 +08:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
|
INCLUDES = -I$(top_builddir)/bindings/c
|
||
|
|
||
|
bin_PROGRAMS = zmq_streamer
|
||
|
|
||
|
zmq_streamer_LDADD = $(top_builddir)/src/libzmq.la
|
||
|
zmq_streamer_SOURCES = zmq_streamer.cpp
|
||
|
zmq_streamer_CXXFLAGS = -Wall -pedantic -Werror
|
||
|
|
||
|
|