diff options
Diffstat (limited to 'plugin/locale_info/CMakeLists.txt')
-rw-r--r-- | plugin/locale_info/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugin/locale_info/CMakeLists.txt b/plugin/locale_info/CMakeLists.txt new file mode 100644 index 00000000..c988d652 --- /dev/null +++ b/plugin/locale_info/CMakeLists.txt @@ -0,0 +1,4 @@ +INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/sql ${CMAKE_SOURCE_DIR}/regex) + +MYSQL_ADD_PLUGIN(LOCALES locale_info.cc RECOMPILE_FOR_EMBEDDED) + |