mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
e8ab897fca
INFORMATION_SCHEMA.LOCALES plugin. Contribution by Roberto Spadim
5 lines
174 B
CMake
5 lines
174 B
CMake
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql ${CMAKE_SOURCE_DIR}/regex
|
|
${CMAKE_SOURCE_DIR}/extra/yassl/include)
|
|
|
|
MYSQL_ADD_PLUGIN(LOCALES locale_info.cc)
|
|
|