Files
SqMod/vendor/POCO/Data/SQLite/testsuite/Makefile
T
Sandu Liviu Catalin f2b7499f85 Update libraries and make it build on windows.
Still gets some warnings because compilers have changed. But should work.
2025-06-25 22:34:23 +03:00

21 lines
411 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/SQLParser $(POCO_BASE)/Data/SQLParser/src
endif
target = testrunner
target_version = 1
target_libs = PocoDataSQLite PocoData PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec