poco/JSON/testsuite/Makefile
FrancisANDRE ce797f7700 Make CppUnit a component of Poco
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-01-08 00:17:13 +01:00

22 lines
345 B
Makefile

#
# Makefile
#
# $Id$
#
# Makefile for Poco JSON testsuite
#
include $(POCO_BASE)/build/rules/global
objects = Driver JSONTest JSONTestSuite
target = testrunner
target_version = 1
target_libs = PocoJSON PocoFoundation PocoCppUnit
include $(POCO_BASE)/build/rules/exec
ifdef POCO_UNBUNDLED
SYSLIBS += -lpcre -lexpat
endif