X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/configuration/rpcconfig/CMakeLists.txt diff --git a/stargazer/plugins/configuration/rpcconfig/CMakeLists.txt b/stargazer/plugins/configuration/rpcconfig/CMakeLists.txt deleted file mode 100644 index 49d572a6..00000000 --- a/stargazer/plugins/configuration/rpcconfig/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -find_package ( XMLRPC REQUIRED c++ abyss-server ) - -set ( CPP_FILES rpcconfig.cpp - user_helper.cpp - tariff_helper.cpp - info_methods.cpp - users_methods.cpp - tariffs_methods.cpp - admins_methods.cpp - messages_methods.cpp ) - -add_library ( mod_conf_rpc MODULE ${CPP_FILES} ) - -target_link_libraries ( mod_conf_rpc scriptexecuter logger common xmlrpc_server_abyss++ )