You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
604 B

diff --git a/src/jsonrpc/CMakeLists.txt b/src/jsonrpc/CMakeLists.txt
index 79e8515..4e93eef 100644
--- a/src/jsonrpc/CMakeLists.txt
+++ b/src/jsonrpc/CMakeLists.txt
@@ -12,7 +12,7 @@ set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION})
set_target_properties(jsonrpc jsonrpcStatic PROPERTIES VERSION "${VERSION_STRING}" SOVERSION "${VERSION_MAJOR}")
-target_link_libraries(jsonrpc ${CURL_LIBRARIES})
+target_link_libraries(jsonrpc ${CURL_LIBRARIES} dl pthread)
target_link_libraries(jsonrpcStatic ${CURL_LIBRARIES})
install(FILES ${jsonrpc_header} DESTINATION include/jsonrpc)