mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-08 13:25:53 +08:00
10 lines
229 B
Makefile
10 lines
229 B
Makefile
|
INCLUDES = -I$(top_builddir)/c -I$(top_builddir)/cpp
|
||
|
|
||
|
bin_PROGRAMS = zmq_forwarder
|
||
|
|
||
|
zmq_forwarder_LDADD = $(top_builddir)/src/libzmq.la
|
||
|
zmq_forwarder_SOURCES = zmq_forwarder.cpp
|
||
|
zmq_forwarder_CXXFLAGS = -Wall -pedantic -Werror
|
||
|
|
||
|
|