Skip to content

Commit

Permalink
GH-1916 Add hotstuff to dev package
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Nov 21, 2023
1 parent d7a8284 commit 476e3b8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libraries/hotstuff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ target_include_directories( hotstuff
)

add_subdirectory( test )

install(TARGETS hotstuff
LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR} COMPONENT dev EXCLUDE_FROM_ALL
ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR} COMPONENT dev EXCLUDE_FROM_ALL)
install(DIRECTORY include/eosio/hotstuff/
DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR}/eosio/hotstuff
COMPONENT dev EXCLUDE_FROM_ALL)

0 comments on commit 476e3b8

Please sign in to comment.