WIP, Moving Bitcoin listener to SON plugin

- Fix CMakeLists.txt
This commit is contained in:
S 2019-09-18 18:54:52 +02:00
parent 52ddeccbef
commit 11e5469195

View file

@ -1,3 +1,5 @@
add_subdirectory( sidechain )
file(GLOB HEADERS "include/graphene/peerplays_sidechain_history/*.hpp")
add_library( peerplays_sidechain
@ -15,4 +17,4 @@ install( TARGETS
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
)
INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/peerplays_sidechain" )
INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/peerplays_sidechain" )