Module: sems Branch: 1.3 Commit: 48e01e72f56de8cfb0f23a702af8459422dd6274 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=48e01e72f56de8cfb0f23a702af8459422dd6274
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat Oct 2 17:54:57 2010 +0400 Added forgotten CMake-file Signed-off-by: Peter Lemenkov <[email protected]> --- apps/jsonrpc/CMakeLists.txt | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/apps/jsonrpc/CMakeLists.txt b/apps/jsonrpc/CMakeLists.txt new file mode 100644 index 0000000..7bda7c7 --- /dev/null +++ b/apps/jsonrpc/CMakeLists.txt @@ -0,0 +1,12 @@ +set (jsonrpc_SRCS +JsonRPC.cpp +JsonRPCServer.cpp +RpcPeer.cpp +RpcServerLoop.cpp +RpcServerThread.cpp +) + +SET(sems_module_name jsonrpc) +SET(sems_module_libs ${sems_module_libs} ev) +INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) +INCLUDE(${CMAKE_SOURCE_DIR}/cmake/config.rules.txt) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
