|
@ -377,7 +377,8 @@ if (TOOLS) |
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
if (NCURSES) |
|
|
if (NCURSES) |
|
|
add_subdirectory(neth) |
|
|
# Commented out until caktux refactors with the new wallet API. |
|
|
|
|
|
# add_subdirectory(neth) |
|
|
endif () |
|
|
endif () |
|
|
|
|
|
|
|
|
if (GUI) |
|
|
if (GUI) |
|
@ -396,7 +397,7 @@ if (GUI) |
|
|
|
|
|
|
|
|
endif() |
|
|
endif() |
|
|
|
|
|
|
|
|
if (APPLE) |
|
|
if (APPLE AND GUI) |
|
|
|
|
|
|
|
|
add_custom_target(appdmg |
|
|
add_custom_target(appdmg |
|
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} |
|
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} |
|
|