mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 04:31:31 +01:00
Add benchmark application as sampleBenchmark is the same as describe here: http://lijoblogs.blogspot.be/2011/11/comparison-and-benchmark-of-c-json.html
This commit is contained in:
17
JSON/samples/BenchmarkApp/Makefile
Normal file
17
JSON/samples/BenchmarkApp/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Makefile for Poco JSON BenchmarkApp
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = BenchmarkApp
|
||||
|
||||
target = BenchmarkApp
|
||||
target_version = 1
|
||||
target_libs = PocoJSON PocoFoundation
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
||||
Reference in New Issue
Block a user