Skip to content

Commit

Permalink
Merge pull request #2 from vschwaberow/changes
Browse files Browse the repository at this point in the history
Changes
  • Loading branch information
vschwaberow authored Jul 10, 2024
2 parents 1ade24c + 11ac3ad commit 70fa71d
Show file tree
Hide file tree
Showing 3 changed files with 398 additions and 347 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fetch_if_not_exists(minizip

find_package(TBB REQUIRED)

add_executable(search src/search.cpp)
add_executable(search src/Search.cc)

target_link_libraries(search PRIVATE minizip TBB::tbb)

Expand Down
Loading

0 comments on commit 70fa71d

Please sign in to comment.