poco/CppUnit/Makefile

17 lines
314 B
Makefile
Raw Normal View History

2012-04-29 20:52:25 +02:00
#
# Makefile
#
# Makefile for Poco CppUnit
#
include $(POCO_BASE)/build/rules/global
objects = CppUnitException TestDecorator TestResult TestSuite \
TestCase TestFailure TestRunner TextTestResult
target = CppUnit
target_version = 1
target_libs = PocoFoundation
2012-04-29 20:52:25 +02:00
include $(POCO_BASE)/build/rules/lib