Remove vestigial field_reflector

This commit is contained in:
theoreticalbts 2015-08-04 12:43:35 -04:00
parent c6debcd59c
commit 1556fc5e54

View file

@ -1,7 +0,0 @@
add_executable( field_reflector main.cpp )
if( UNIX AND NOT APPLE )
set(rt_library rt )
endif()
target_link_libraries( field_reflector
PRIVATE graphene_app graphene_net graphene_chain graphene_utilities graphene_wallet fc ${CMAKE_DL_LIBS} ${PLATFORM_SPECIFIC_LIBS} )