Skip to content

Commit

Permalink
Fix macos compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius committed Dec 10, 2023
1 parent 684afeb commit d04e8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ add_library(miniraft
src/server.cpp
)

target_link_libraries(miniraft PUBLIC coroio)

add_executable(test_raft test/test_raft.cpp)
add_executable(test_read_write test/test_read_write.cpp)
add_executable(server server/server.cpp)
Expand Down

0 comments on commit d04e8cf

Please sign in to comment.