mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-08-13 19:37:10 +02:00
Update POCO to 1.11.0
This commit is contained in:
16
vendor/POCO/ActiveRecord/testsuite/Makefile
vendored
Normal file
16
vendor/POCO/ActiveRecord/testsuite/Makefile
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
# Makefile for Poco ActiveRecord testsuite
|
||||
#
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = ActiveRecordTestSuite ActiveRecordTest Driver \
|
||||
Employee Role
|
||||
|
||||
target = testrunner
|
||||
target_version = 1
|
||||
target_libs = PocoActiveRecord PocoDataSQLite PocoData PocoFoundation CppUnit
|
||||
|
||||
include $(POCO_BASE)/build/rules/exec
|
Reference in New Issue
Block a user