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