mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-21 18:14:42 +01:00
6dad8502d3
* make bool Session::isTransaction() return Poco::Optional * move parsing to Statement * SQLParser make build * other fixes and improvemets #4230
21 lines
373 B
Makefile
21 lines
373 B
Makefile
#
|
|
# 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
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoDataSQLite PocoData PocoFoundation CppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|