mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed libevmjit dependencies in cmake files
This commit is contained in:
parent
578a0391cd
commit
07e6049967
@ -21,6 +21,7 @@ if(JSONRPC_LS)
|
||||
target_link_libraries(testeth web3jsonrpc)
|
||||
endif()
|
||||
if (EVMJIT)
|
||||
target_link_libraries(testeth evm)
|
||||
target_link_libraries(testeth evmjit)
|
||||
endif()
|
||||
|
||||
@ -29,6 +30,7 @@ target_link_libraries(createRandomTest ethcore)
|
||||
target_link_libraries(createRandomTest boost_chrono)
|
||||
target_link_libraries(createRandomTest boost_unit_test_framework)
|
||||
if (EVMJIT)
|
||||
target_link_libraries(createRandomTest evm)
|
||||
target_link_libraries(createRandomTest evmjit)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user