]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/store/mysql/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / store / mysql / CMakeLists.txt
diff --git a/stargazer/plugins/store/mysql/CMakeLists.txt b/stargazer/plugins/store/mysql/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9a56ef4
--- /dev/null
@@ -0,0 +1,7 @@
+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 )