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

View File

@@ -11,3 +11,4 @@ add_library(tc
target_include_directories(tc PUBLIC include)
add_subdirectory(test)
add_subdirectory(bench)