Graphene Updates and DApp Support #643

Closed
nathanielhourt wants to merge 84 commits from dapp-support into develop
Showing only changes of commit c2675b4423 - Show all commits

View file

@ -1,5 +1,5 @@
add_subdirectory( build_helpers )
if( BUILD_BITSHARES_PROGRAMS )
if( BUILD_PEERPLAYS_PROGRAMS )
add_subdirectory( cli_wallet )
add_subdirectory( genesis_util )
add_subdirectory( witness_node )
@ -7,4 +7,4 @@ if( BUILD_BITSHARES_PROGRAMS )
add_subdirectory( delayed_node )
add_subdirectory( js_operation_serializer )
add_subdirectory( size_checker )
endif( BUILD_BITSHARES_PROGRAMS )
endif( BUILD_PEERPLAYS_PROGRAMS )