wenode
Version:
WeYouMe Network Node Software
18 lines (14 loc) • 553 B
Plain Text
file(GLOB HEADERS "include/node/blockchain_statistics/*.hpp")
add_library( node_blockchain_statistics
blockchain_statistics_plugin.cpp
blockchain_statistics_api.cpp
)
target_link_libraries( node_blockchain_statistics node_chain node_protocol node_app )
target_include_directories( node_blockchain_statistics
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
install( TARGETS
node_blockchain_statistics
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)