cmake: fix for macosx.

sayer/1.4-spce2.6
Raphael Coeffic 14 years ago
parent 00c51f6378
commit 67bbaa7e82

@ -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)

Loading…
Cancel
Save