X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8c6fa3fbaccc22127280bf77a48fab5a3ee0716e..46b0747592074017ff0ea4b33d4a7194235886e5:/stargazer/plugins/store/firebird/CMakeLists.txt diff --git a/stargazer/plugins/store/firebird/CMakeLists.txt b/stargazer/plugins/store/firebird/CMakeLists.txt new file mode 100644 index 00000000..d21f79a4 --- /dev/null +++ b/stargazer/plugins/store/firebird/CMakeLists.txt @@ -0,0 +1,14 @@ +find_package ( FBClient REQUIRED ) + +set ( CPP_FILES firebird_store.cpp + firebird_store_admins.cpp + firebird_store_corporations.cpp + firebird_store_messages.cpp + firebird_store_services.cpp + firebird_store_tariffs.cpp + firebird_store_users.cpp + firebird_store_utils.cpp ) + +add_library ( mod_store_firebird MODULE ${CPP_FILES} ) + +target_link_libraries ( mod_store_firebird crypto common logger ibpp FBClient::FBClient )