mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 00:47:11 +02:00
Add MariaDB Connector/C as a built-in alternative (v3.2.3).
This commit is contained in:
13
vendor/MDBC/plugins/connection/CMakeLists.txt
vendored
Normal file
13
vendor/MDBC/plugins/connection/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Aurora
|
||||
REGISTER_PLUGIN(TARGET aurora
|
||||
TYPE MARIADB_CLIENT_PLUGIN_CONNECTION
|
||||
CONFIGURATIONS STATIC DYNAMIC OFF
|
||||
DEFAULT OFF
|
||||
SOURCES ${CC_SOURCE_DIR}/plugins/connection/aurora.c)
|
||||
|
||||
# Replication
|
||||
REGISTER_PLUGIN(TARGET replication
|
||||
TYPE MARIADB_CLIENT_PLUGIN_CONNECTION
|
||||
CONFIGURATIONS STATIC DYNAMIC OFF
|
||||
DEFAULT OFF
|
||||
SOURCES ${CC_SOURCE_DIR}/plugins/connection/replication.c)
|
Reference in New Issue
Block a user