aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-12-02 04:30:00 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-12-02 04:30:00 +0800
commitf5ed8c8ce391f3ec8e357d8328064f44b4d4db97 (patch)
treec22b3ba0fb72479038d4c866da34fbc5c2de9308
parent8fd474d10bf54b95d3f62a0aaf7365b71d61e887 (diff)
downloaddexon-solidity-f5ed8c8ce391f3ec8e357d8328064f44b4d4db97.tar.gz
dexon-solidity-f5ed8c8ce391f3ec8e357d8328064f44b4d4db97.tar.zst
dexon-solidity-f5ed8c8ce391f3ec8e357d8328064f44b4d4db97.zip
common changes
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 71b88dba..59eb34bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,6 +24,7 @@ target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
if(JSON_RPC_CPP_FOUND)
target_link_libraries(testeth ${JSONCPP_LIBRARIES})
target_link_libraries(testeth web3jsonrpc)
+ target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARY})
endif()
target_link_libraries(createRandomTest ethereum)