WIP, Moving Bitcoin listener to SON plugin
- Fix CMakeLists.txt
This commit is contained in:
parent
52ddeccbef
commit
11e5469195
1 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
add_subdirectory( sidechain )
|
||||||
|
|
||||||
file(GLOB HEADERS "include/graphene/peerplays_sidechain_history/*.hpp")
|
file(GLOB HEADERS "include/graphene/peerplays_sidechain_history/*.hpp")
|
||||||
|
|
||||||
add_library( peerplays_sidechain
|
add_library( peerplays_sidechain
|
||||||
|
|
@ -15,4 +17,4 @@ install( TARGETS
|
||||||
LIBRARY DESTINATION lib
|
LIBRARY DESTINATION lib
|
||||||
ARCHIVE DESTINATION lib
|
ARCHIVE DESTINATION lib
|
||||||
)
|
)
|
||||||
INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/peerplays_sidechain" )
|
INSTALL( FILES ${HEADERS} DESTINATION "include/graphene/peerplays_sidechain" )
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue