1
0
mirror of https://github.com/pocoproject/poco.git synced 2024-12-14 11:06:57 +01:00
poco/Foundation/samples/BinaryReaderWriter/Makefile
2017-09-09 11:14:06 +02:00

16 lines
254 B
Makefile

#
# Makefile
#
# Makefile for Poco BinaryReaderWriter
#
include $(POCO_BASE)/build/rules/global
objects = BinaryReaderWriter
target = BinaryReaderWriter
target_version = 1
target_libs = PocoFoundation
include $(POCO_BASE)/build/rules/exec