1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-29 21:22:11 +01:00
2017-09-09 11:14:06 +02:00

17 lines
299 B
Makefile

#
# 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 =
include $(POCO_BASE)/build/rules/lib