add benchmark executable

This commit is contained in:
David Allemang
2022-09-16 10:15:00 -04:00
parent 9ccd85e1eb
commit a867631393
4 changed files with 79 additions and 1 deletions

2
tc/bench/CMakeLists.txt Normal file
View File

@@ -0,0 +1,2 @@
add_executable(benchmark benchmark.cpp)
target_link_libraries(benchmark PUBLIC tc fmt::fmt)