Browse Source

neth built in headless.

cl-refactor
Gav Wood 11 years ago
parent
commit
b65134aafc
  1. 2
      CMakeLists.txt

2
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)

Loading…
Cancel
Save