mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
added dependency on libethereum to evmcc
This commit is contained in:
parent
a3871e5137
commit
ac478d247e
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ add_executable(${EXECUTABLE} ${SRC_LIST})
|
|||
|
||||
target_link_libraries(${EXECUTABLE} devcore)
|
||||
target_link_libraries(${EXECUTABLE} ethcore)
|
||||
target_link_libraries(${EXECUTABLE} ethereum)
|
||||
target_link_libraries(${EXECUTABLE} evm)
|
||||
target_link_libraries(${EXECUTABLE} evmface)
|
||||
target_link_libraries(${EXECUTABLE} evmjit)
|
||||
|
|
|
|||
Loading…
Reference in a new issue