|
|
@ -369,8 +369,8 @@ if (EVMJIT) |
|
|
|
set(EVMJIT_CPP TRUE) # include CPP-JIT connector |
|
|
|
add_subdirectory(evmjit) |
|
|
|
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") |
|
|
|
get_property(EVMJIT_DLLS_LOCAL TARGET "evmjit" PROPERTY LOCATION) |
|
|
|
set(EVMJIT_DLLS optimized ${EVMJIT_DLLS_LOCAL} debug ${EVMJIT_DLLS_LOCAL}) |
|
|
|
get_property(EVMJIT_DLLS_LOCAL TARGET "evmjit" PROPERTY LOCATION) |
|
|
|
set(EVMJIT_DLLS optimized ${EVMJIT_DLLS_LOCAL} debug ${EVMJIT_DLLS_LOCAL}) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
@ -413,8 +413,10 @@ if (JSCONSOLE) |
|
|
|
add_subdirectory(ethconsole) |
|
|
|
endif () |
|
|
|
|
|
|
|
add_definitions(-DETH_HAVE_SECP256K1) |
|
|
|
add_subdirectory(secp256k1) |
|
|
|
if (NOT WIN32) |
|
|
|
add_definitions(-DETH_HAVE_SECP256K1) |
|
|
|
add_subdirectory(secp256k1) |
|
|
|
endif () |
|
|
|
|
|
|
|
add_subdirectory(libscrypt) |
|
|
|
add_subdirectory(libdevcrypto) |
|
|
|