mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
6 lines
162 B
Text
6 lines
162 B
Text
|
IF (WITH_WSREP)
|
||
|
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql
|
||
|
${CMAKE_SOURCE_DIR}/wsrep)
|
||
|
MYSQL_ADD_PLUGIN(WSREP_STATUS plugin.cc)
|
||
|
ENDIF()
|