mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
common changes
This commit is contained in:
parent
8fd474d10b
commit
f5ed8c8ce3
@ -24,6 +24,7 @@ target_link_libraries(testeth ${CRYPTOPP_LIBRARIES})
|
|||||||
if(JSON_RPC_CPP_FOUND)
|
if(JSON_RPC_CPP_FOUND)
|
||||||
target_link_libraries(testeth ${JSONCPP_LIBRARIES})
|
target_link_libraries(testeth ${JSONCPP_LIBRARIES})
|
||||||
target_link_libraries(testeth web3jsonrpc)
|
target_link_libraries(testeth web3jsonrpc)
|
||||||
|
target_link_libraries(testeth ${JSON_RPC_CPP_CLIENT_LIBRARY})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(createRandomTest ethereum)
|
target_link_libraries(createRandomTest ethereum)
|
||||||
|
Loading…
Reference in New Issue
Block a user