summaryrefslogtreecommitdiffstats
path: root/plugin/auth_pipe/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/auth_pipe/CMakeLists.txt')
-rw-r--r--plugin/auth_pipe/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugin/auth_pipe/CMakeLists.txt b/plugin/auth_pipe/CMakeLists.txt
new file mode 100644
index 00000000..bbc44d0f
--- /dev/null
+++ b/plugin/auth_pipe/CMakeLists.txt
@@ -0,0 +1,3 @@
+IF(WIN32)
+ MYSQL_ADD_PLUGIN(auth_named_pipe auth_pipe.c)
+ENDIF()