Skip to content

Commit

Permalink
GH-1916 Add hotstuff
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Nov 21, 2023
1 parent bd037a7 commit ade1a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ add_library( eosio_testing
${HEADERS}
)

target_link_libraries( eosio_testing eosio_testing_contracts eosio_chain fc chainbase Logging IR WAST WASM)
target_link_libraries( eosio_testing eosio_testing_contracts eosio_chain hotstuff fc chainbase Logging IR WAST WASM)
target_include_directories( eosio_testing
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" "${CMAKE_CURRENT_BINARY_DIR}/include"
"${CMAKE_CURRENT_SOURCE_DIR}/../wasm-jit/Include"
Expand Down

0 comments on commit ade1a28

Please sign in to comment.