1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 12:07:13 +01:00

21 lines
442 B
Makefile
Raw Normal View History

#
# Makefile
#
# Makefile for Poco MySQL testsuite
#
include $(POCO_BASE)/build/rules/global
2021-08-22 18:07:06 +03:00
include $(POCO_BASE)/Data/MySQL/MySQL.make
# Note: linking order is important, do not change it.
2021-08-22 18:07:06 +03:00
SYSLIBS += -lmysqlclient -lz -lpthread -ldl
objects = MySQLTestSuite Driver MySQLTest SQLExecutor
target = testrunner
target_version = 1
target_libs = PocoDataMySQL PocoData PocoFoundation CppUnit
include $(POCO_BASE)/build/rules/exec