mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-12 15:57:12 +01:00
21 lines
463 B
Makefile
21 lines
463 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
# Makefile for Poco PostgreSQL testsuite
|
|
#
|
|
|
|
include $(POCO_BASE)/build/rules/global
|
|
|
|
include $(POCO_BASE)/Data/PostgreSQL/PostgreSQL.make
|
|
|
|
# Note: linking order is important, do not change it.
|
|
SYSLIBS += -lpq -lz -lpthread -ldl
|
|
|
|
objects = PostgreSQLTestSuite Driver PostgreSQLTest SQLExecutor
|
|
|
|
target = testrunner
|
|
target_version = 1
|
|
target_libs = PocoDataPostgreSQL PocoData PocoFoundation CppUnit
|
|
|
|
include $(POCO_BASE)/build/rules/exec
|