1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-26 08:27:33 +01:00

21 lines
373 B
Makefile
Raw Normal View History

2012-04-29 18:52:25 +00:00
#
# Makefile
#
# Makefile for Poco SQLite testsuite
#
include $(POCO_BASE)/build/rules/global
objects = SQLiteTestSuite Driver \
SQLiteTest
ifndef POCO_DATA_NO_SQL_PARSER
target_includes = $(POCO_BASE)/Data/src
endif
2012-04-29 18:52:25 +00:00
target = testrunner
target_version = 1
target_libs = PocoDataSQLite PocoData PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec