wenode
Version:
WeYouMe Network Node Software
21 lines (16 loc) • 519 B
Plain Text
file(GLOB HEADERS "include/node/follow/*.hpp")
add_library( node_follow
follow_plugin.cpp
follow_api.cpp
follow_operations.cpp
follow_evaluators.cpp
)
target_link_libraries( node_follow node_chain node_protocol node_app )
target_include_directories( node_follow
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
install( TARGETS
node_follow
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)