X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/store/firebird/CMakeLists.txt diff --git a/stargazer/plugins/store/firebird/CMakeLists.txt b/stargazer/plugins/store/firebird/CMakeLists.txt deleted file mode 100644 index d21f79a4..00000000 --- a/stargazer/plugins/store/firebird/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -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 )