|
|
@ -25,7 +25,9 @@ if (JSONRPC) |
|
|
|
target_link_libraries(${EXECUTABLE} web3jsonrpc) |
|
|
|
target_link_libraries(${EXECUTABLE} ${JSON_RPC_CPP_CLIENT_LIBRARIES}) |
|
|
|
target_link_libraries(${EXECUTABLE} ${CURL_LIBRARIES}) |
|
|
|
eth_copy_dlls(${EXECUTABLE} CURL_DLLS) |
|
|
|
if (DEFINED WIN32 AND NOT DEFINED CMAKE_COMPILER_IS_MINGW) |
|
|
|
eth_copy_dlls(${EXECUTABLE} CURL_DLLS) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
target_link_libraries(${EXECUTABLE} webthree) |
|
|
|