|
|
@ -368,6 +368,10 @@ if (EVMJIT) |
|
|
|
endif() |
|
|
|
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}) |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
if (TOOLS OR GUI OR SOLIDITY OR NCURSES OR TESTS) |
|
|
@ -409,10 +413,8 @@ if (JSCONSOLE) |
|
|
|
add_subdirectory(ethconsole) |
|
|
|
endif () |
|
|
|
|
|
|
|
if (NOT WIN32) |
|
|
|
add_definitions(-DETH_HAVE_SECP256K1) |
|
|
|
add_subdirectory(secp256k1) |
|
|
|
endif () |
|
|
|
add_definitions(-DETH_HAVE_SECP256K1) |
|
|
|
add_subdirectory(secp256k1) |
|
|
|
|
|
|
|
add_subdirectory(libscrypt) |
|
|
|
add_subdirectory(libdevcrypto) |
|
|
|