1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-24 17:51:47 +02:00
Files
.github
bin
module
vendor
CPR
CivetWeb
ConcurrentQueue
Fmt
MDBC
MaxmindDB
POCO
ActiveRecord
ApacheConnector
CppParser
CppUnit
Crypto
Data
MySQL
cmake
include
src
testsuite
src
CMakeLists.txt
Makefile
TestSuite.progen
TestSuite_VS90.vcproj
TestSuite_vs140.vcxproj
TestSuite_vs140.vcxproj.filters
TestSuite_vs150.vcxproj
TestSuite_vs150.vcxproj.filters
TestSuite_vs160.vcxproj
TestSuite_vs160.vcxproj.filters
TestSuite_vs170.vcxproj
TestSuite_vs170.vcxproj.filters
run-db-setup.sh
run-tests.sh
CMakeLists.txt
Makefile
MySQL.make
MySQL.progen
MySQL_VS90.sln
MySQL_VS90.vcproj
MySQL_vs140.sln
MySQL_vs140.vcxproj
MySQL_vs140.vcxproj.filters
MySQL_vs150.sln
MySQL_vs150.vcxproj
MySQL_vs150.vcxproj.filters
MySQL_vs160.sln
MySQL_vs160.vcxproj
MySQL_vs160.vcxproj.filters
MySQL_vs170.sln
MySQL_vs170.vcxproj
MySQL_vs170.vcxproj.filters
dependencies
ODBC
PostgreSQL
SQLite
cmake
doc
include
samples
src
testsuite
CMakeLists.txt
Data.progen
Data_VS90.sln
Data_VS90.vcproj
Data_vs140.sln
Data_vs140.vcxproj
Data_vs140.vcxproj.filters
Data_vs150.sln
Data_vs150.vcxproj
Data_vs150.vcxproj.filters
Data_vs160.sln
Data_vs160.vcxproj
Data_vs160.vcxproj.filters
Data_vs170.sln
Data_vs170.vcxproj
Data_vs170.vcxproj.filters
Makefile
dependencies
Encodings
Foundation
JSON
JWT
MongoDB
Net
NetSSL_OpenSSL
NetSSL_Win
PDF
PageCompiler
PocoDoc
ProGen
Prometheus
Redis
SevenZip
Util
XML
Zip
build
ci
cmake
contrib
doc
packaging
patches
release
.gitattributes
.gitignore
.gitmodules
CHANGELOG
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
Makefile
NEWS
README
README.md
VERSION
build_cmake.cmd
build_cmake.sh
build_vs140.cmd
build_vs150.cmd
build_vs160.cmd
build_vs170.cmd
buildwin.cmd
buildwin.ps1
components
configure
cppignore.lnx
cppignore.win
env.bat
env.sh
libversion
tsan.suppress
PUGIXML
RPMalloc
SAJSON
SimpleIni
Squirrel
TinyDir
UTF8
ZMQ
xxHash
CMakeLists.txt
.gitignore
.gitmodules
CMakeLists.txt
LICENSE
README.md
SqMod/vendor/POCO/Data/MySQL/testsuite/Makefile
Sandu Liviu Catalin 7a3d92d1d1 Update POCO to 1.11.0
2021-08-22 18:07:06 +03:00

21 lines
442 B
Makefile

#
# Makefile
#
# Makefile for Poco MySQL testsuite
#
include $(POCO_BASE)/build/rules/global
include $(POCO_BASE)/Data/MySQL/MySQL.make
# Note: linking order is important, do not change it.
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