Module: sems Branch: 1.4 Commit: 67bbaa7e8286137086b9360d24d77eb05e65f80e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=67bbaa7e8286137086b9360d24d77eb05e65f80e
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Tue May 24 12:45:12 2011 +0200 cmake: fix for macosx. --- apps/jsonrpc/CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/jsonrpc/CMakeLists.txt b/apps/jsonrpc/CMakeLists.txt index 3d053ff..1de45d9 100644 --- a/apps/jsonrpc/CMakeLists.txt +++ b/apps/jsonrpc/CMakeLists.txt @@ -8,5 +8,5 @@ RpcServerThread.cpp ADD_DEFINITIONS(-I${LIBEV_INCLUDE_DIR}) SET(sems_module_name jsonrpc) -SET(sems_module_libs ${sems_module_libs} ev) +SET(sems_module_libs ${sems_module_libs} ${LIBEV_LIBRARIES}) INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt) _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
