mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
81d7307fa7
adjust make and CMake for SQLParser and DataTest lib separate samples from tests in CMake remove unused StatementImpl from Data testsuite
17 lines
314 B
Makefile
17 lines
314 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 = PocoFoundation
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|