]> git.stg.codes - stg.git/blob - stargazer/plugins/configuration/rpcconfig/CMakeLists.txt
49d572a641b31fc421e87e283e86b730627d3f87
[stg.git] / stargazer / plugins / configuration / rpcconfig / CMakeLists.txt
1 find_package ( XMLRPC REQUIRED c++ abyss-server )
2
3 set ( CPP_FILES rpcconfig.cpp
4                 user_helper.cpp
5                 tariff_helper.cpp
6                 info_methods.cpp
7                 users_methods.cpp
8                 tariffs_methods.cpp
9                 admins_methods.cpp
10                 messages_methods.cpp )
11
12 add_library ( mod_conf_rpc MODULE ${CPP_FILES} )
13
14 target_link_libraries ( mod_conf_rpc scriptexecuter logger common xmlrpc_server_abyss++ )