|
@ -112,6 +112,13 @@ include(EthExecutableHelper) |
|
|
|
|
|
|
|
|
createBuildInfo() |
|
|
createBuildInfo() |
|
|
|
|
|
|
|
|
|
|
|
if (EVMJIT) |
|
|
|
|
|
# Workaround for Ubuntu broken LLVM package |
|
|
|
|
|
link_directories(/usr/lib/llvm-3.5/lib) |
|
|
|
|
|
|
|
|
|
|
|
add_subdirectory(evmjit) |
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
add_subdirectory(libdevcore) |
|
|
add_subdirectory(libdevcore) |
|
|
add_subdirectory(libevmcore) |
|
|
add_subdirectory(libevmcore) |
|
|
add_subdirectory(liblll) |
|
|
add_subdirectory(liblll) |
|
@ -156,10 +163,6 @@ if (NOT HEADLESS) |
|
|
|
|
|
|
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
if (EVMJIT) |
|
|
|
|
|
add_subdirectory(evmjit) |
|
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
|
|
enable_testing() |
|
|
enable_testing() |
|
|
add_test(NAME alltests WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test COMMAND testeth) |
|
|
add_test(NAME alltests WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/test COMMAND testeth) |
|
|
|
|
|
|
|
|