mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-14 11:06:57 +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
349 B
Makefile
17 lines
349 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco Data testsuite library
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
objects = SQLExecutor
|
|
|
|
target = PocoDataTest
|
|
target_version = 1
|
|
target_libs = PocoData PocoFoundation CppUnit
|
|
target_includes = $(POCO_BASE)/Data/src $(POCO_BASE)/Data/testsuite/DataTest/include
|
|
|
|
include $(POCO_BASE)/build/rules/lib
|