]> git.stg.codes - stg.git/blob - stargazer/plugins/configuration/rpcconfig/CMakeLists.txt
Port to CMake, get rid of os_int.h.
[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++ )