Refactoring CMake configs, adding Catch2 benchmark support
This commit is contained in:
@@ -11,5 +11,7 @@ add_executable(tests main.cpp
|
||||
unit_utilities.cpp
|
||||
# integration tests
|
||||
int_basic.cpp
|
||||
# Performance checks
|
||||
perf_dag.cpp
|
||||
)
|
||||
target_link_libraries(tests libdaggy stdc++fs Catch2::Catch2)
|
||||
target_link_libraries(tests libdaggy stdc++fs Catch2::Catch2)
|
||||
|
||||
Reference in New Issue
Block a user