X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/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 index 00000000..9a56ef4d --- /dev/null +++ b/stargazer/plugins/store/mysql/CMakeLists.txt @@ -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 )