mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +00:00
added ethcore to libs required by evmcc
This commit is contained in:
parent
15b945219a
commit
00136561a0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ add_executable(${EXECUTABLE} ${SRC_LIST})
|
||||||
|
|
||||||
target_link_libraries(${EXECUTABLE} evmface)
|
target_link_libraries(${EXECUTABLE} evmface)
|
||||||
target_link_libraries(${EXECUTABLE} devcore)
|
target_link_libraries(${EXECUTABLE} devcore)
|
||||||
|
target_link_libraries(${EXECUTABLE} ethcore)
|
||||||
|
|
||||||
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
if ("${TARGET_PLATFORM}" STREQUAL "w64")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue