|
|
@ -118,7 +118,7 @@ endif() |
|
|
|
add_subdirectory(lllc) |
|
|
|
add_subdirectory(solc) |
|
|
|
add_subdirectory(sc) |
|
|
|
if (JSONRPC_LS) |
|
|
|
if (JSON_RPC_CPP_FOUND) |
|
|
|
add_subdirectory(libweb3jsonrpc) |
|
|
|
endif() |
|
|
|
if (NOT LANGUAGES) |
|
|
@ -152,7 +152,11 @@ if (NOT LANGUAGES) |
|
|
|
|
|
|
|
add_subdirectory(libjsqrc) |
|
|
|
add_subdirectory(libqethereum) |
|
|
|
add_subdirectory(alethzero) |
|
|
|
if (NOT JSON_RPC_CPP_FOUND) |
|
|
|
message (FATAL_ERROR "AlethZero requires json-rpc-cpp!") |
|
|
|
else() |
|
|
|
add_subdirectory(alethzero) |
|
|
|
endif() |
|
|
|
add_subdirectory(third) |
|
|
|
if(QTQML) |
|
|
|
#add_subdirectory(iethxi) |
|
|
|