Skip to content

Commit

Permalink
Refactor into separate headers & fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
lnikon committed Dec 29, 2024
1 parent 614c2bc commit 2e6374a
Show file tree
Hide file tree
Showing 4 changed files with 608 additions and 536 deletions.
2 changes: 1 addition & 1 deletion examples/raft/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.25)
project(zkv)

add_executable(RaftMain "${CMAKE_CURRENT_SOURCE_DIR}/main.cpp")
add_executable(RaftMain "main.cpp" "raft.cpp")
set_target_properties(RaftMain PROPERTIES CXX_STANDARD 23)
target_link_libraries(RaftMain PRIVATE DB RaftProtoObjects)
Loading

0 comments on commit 2e6374a

Please sign in to comment.