file(GLOB HEADERS "include/steem/blockchain_statistics/*.hpp") add_library( steem_blockchain_statistics blockchain_statistics_plugin.cpp blockchain_statistics_api.cpp ) target_link_libraries( steem_blockchain_statistics steem_chain steem_protocol steem_app ) target_include_directories( steem_blockchain_statistics PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" ) install( TARGETS steem_blockchain_statistics RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )