diff --git a/CMakeLists.txt b/CMakeLists.txt index 863fdea14..b95d9fbe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -152,11 +152,11 @@ add_subdirectory(secp256k1) add_subdirectory(libethereum) add_subdirectory(test) add_subdirectory(eth) -if (NOT HEADLESS) if ("${TARGET_PLATFORM}" STREQUAL "w64") else () add_subdirectory(neth) endif () +if (NOT HEADLESS) add_subdirectory(libqethereum) add_subdirectory(alethzero) add_subdirectory(walleth)