ClickHouse/libs/libpoco/JSON/samples/Benchmark/Makefile
2016-01-07 01:53:39 +03:00

18 lines
250 B
Makefile

#
# Makefile
#
# $Id$
#
# 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