Refactoring CMake configs, adding Catch2 benchmark support

This commit is contained in:
Ian Roddis
2021-09-22 16:33:50 -03:00
parent 510aa236c4
commit d19648fa84
5 changed files with 93 additions and 21 deletions

View File

@@ -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)