summaryrefslogtreecommitdiff
path: root/plugin/fulltext/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/fulltext/CMakeLists.txt')
-rw-r--r--plugin/fulltext/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/fulltext/CMakeLists.txt b/plugin/fulltext/CMakeLists.txt
new file mode 100644
index 00000000000..cf696c19e61
--- /dev/null
+++ b/plugin/fulltext/CMakeLists.txt
@@ -0,0 +1,3 @@
+INCLUDE("${PROJECT_SOURCE_DIR}/storage/mysql_storage_engine.cmake")
+SET(FTEXAMPLE_SOURCES plugin_example.c)
+MYSQL_PLUGIN(FTEXAMPLE)