1
0
mirror of https://github.com/pocoproject/poco.git synced 2024-12-22 23:13:31 +01:00
poco/CppUnit/Makefile
2012-04-29 18:52:25 +00:00

19 lines
340 B
Makefile

#
# Makefile
#
# $Id: //poco/1.4/CppUnit/Makefile#1 $
#
# 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 =
include $(POCO_BASE)/build/rules/lib