poco/JSON/samples/Benchmark/Makefile
2017-11-10 09:26:24 +01:00

16 lines
241 B
Makefile

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