poco/Net/samples/tcpclient/Makefile

16 lines
235 B
Makefile
Raw Permalink Normal View History

2024-02-27 12:16:10 +01:00
#
# Makefile
#
# Makefile for Poco tcpclient
#
include $(POCO_BASE)/build/rules/global
objects = tcpclient
target = tcpclient
target_version = 1
target_libs = PocoNet PocoFoundation
include $(POCO_BASE)/build/rules/exec