wenode
Version:
WeYouMe Network Node Software
16 lines (12 loc) • 440 B
Plain Text
add_executable( js_operation_serializer main.cpp )
if( UNIX AND NOT APPLE )
set(rt_library rt )
endif()
target_link_libraries( js_operation_serializer
PRIVATE node_app graphene_net node_chain node_protocol graphene_utilities node_wallet fc ${CMAKE_DL_LIBS} ${PLATFORM_SPECIFIC_LIBS} )
install( TARGETS
js_operation_serializer
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)