]> git.stg.codes - stg.git/blob - stargazer/plugins/store/mysql/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / store / mysql / CMakeLists.txt
1 find_package ( MySQLConnector REQUIRED )
2
3 set ( CPP_FILES mysql_store.cpp )
4
5 add_library ( mod_store_mysql MODULE ${CPP_FILES} )
6
7 target_link_libraries ( mod_store_mysql crypto logger common MySQL::Connector )