|
@ -412,10 +412,6 @@ if (TOOLS) |
|
|
add_subdirectory(lllc) |
|
|
add_subdirectory(lllc) |
|
|
endif () |
|
|
endif () |
|
|
|
|
|
|
|
|
if (JSONRPC AND GENERAL) |
|
|
|
|
|
add_subdirectory(libweb3jsonrpc) |
|
|
|
|
|
endif () |
|
|
|
|
|
|
|
|
|
|
|
if (JSCONSOLE) |
|
|
if (JSCONSOLE) |
|
|
add_subdirectory(libjsengine) |
|
|
add_subdirectory(libjsengine) |
|
|
add_subdirectory(libjsconsole) |
|
|
add_subdirectory(libjsconsole) |
|
@ -447,7 +443,6 @@ add_subdirectory(libethcore) |
|
|
if (GENERAL) |
|
|
if (GENERAL) |
|
|
add_subdirectory(libevm) |
|
|
add_subdirectory(libevm) |
|
|
add_subdirectory(libethereum) |
|
|
add_subdirectory(libethereum) |
|
|
add_subdirectory(libwebthree) |
|
|
|
|
|
endif () |
|
|
endif () |
|
|
|
|
|
|
|
|
if (MINER OR TOOLS) |
|
|
if (MINER OR TOOLS) |
|
@ -458,24 +453,24 @@ if (ETHKEY OR TOOLS) |
|
|
add_subdirectory(ethkey) |
|
|
add_subdirectory(ethkey) |
|
|
endif () |
|
|
endif () |
|
|
|
|
|
|
|
|
if (TESTS) |
|
|
# TODO: sort out tests so they're not dependent on webthree/web3jsonrpc and reenable |
|
|
add_subdirectory(libtestutils) |
|
|
#if (TESTS) |
|
|
add_subdirectory(test) |
|
|
# add_subdirectory(libtestutils) |
|
|
if (JSONRPC) |
|
|
# add_subdirectory(test) |
|
|
add_subdirectory(ethrpctest) |
|
|
# if (JSONRPC) |
|
|
endif () |
|
|
# add_subdirectory(ethrpctest) |
|
|
endif () |
|
|
# endif () |
|
|
|
|
|
#endif () |
|
|
|
|
|
|
|
|
if (TOOLS) |
|
|
if (TOOLS) |
|
|
|
|
|
|
|
|
add_subdirectory(rlp) |
|
|
add_subdirectory(rlp) |
|
|
add_subdirectory(abi) |
|
|
add_subdirectory(abi) |
|
|
add_subdirectory(ethvm) |
|
|
add_subdirectory(ethvm) |
|
|
add_subdirectory(eth) |
|
|
|
|
|
|
|
|
|
|
|
if("x${CMAKE_BUILD_TYPE}" STREQUAL "xDebug") |
|
|
# if("x${CMAKE_BUILD_TYPE}" STREQUAL "xDebug") |
|
|
add_subdirectory(exp) |
|
|
# add_subdirectory(exp) |
|
|
endif () |
|
|
# endif () |
|
|
|
|
|
|
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
@ -484,7 +479,6 @@ if (GUI) |
|
|
add_subdirectory(libnatspec) |
|
|
add_subdirectory(libnatspec) |
|
|
add_subdirectory(libjsqrc) |
|
|
add_subdirectory(libjsqrc) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add_subdirectory(alethzero) |
|
|
add_subdirectory(alethzero) |
|
|
add_subdirectory(mix) |
|
|
add_subdirectory(mix) |
|
|
|
|
|
|
|
|