]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/mysql/CMakeLists.txt
Reorganize plugins.
[stg.git] / stargazer / plugins / store / mysql / CMakeLists.txt
diff --git a/stargazer/plugins/store/mysql/CMakeLists.txt b/stargazer/plugins/store/mysql/CMakeLists.txt
deleted file mode 100644 (file)
index 9a56ef4..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-find_package ( MySQLConnector REQUIRED )
-
-set ( CPP_FILES mysql_store.cpp )
-
-add_library ( mod_store_mysql MODULE ${CPP_FILES} )
-
-target_link_libraries ( mod_store_mysql crypto logger common MySQL::Connector )