Module: sems
Branch: master
Commit: 4138e862c64b4c8f82293057ba7d0010f170301d
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=4138e862c64b4c8f82293057ba7d0010f170301d

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

Reply via email to