refactor: extract lib_timer
This commit is contained in:
parent
14dbf00775
commit
10b19749f7
8 changed files with 433 additions and 4 deletions
|
@ -7,6 +7,6 @@ project(
|
|||
|
||||
add_executable(vector_search_cli main.cpp)
|
||||
|
||||
target_link_libraries(vector_search_cli vector_search)
|
||||
target_link_libraries(vector_search_cli vector_search timer)
|
||||
|
||||
target_compile_features(vector_search_cli PRIVATE cxx_std_20)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue