Files
toddcox-visualize/tc/bench/CMakeLists.txt
2022-09-16 11:49:40 -04:00

3 lines
92 B
CMake

add_executable(benchmark benchmark.cpp)
target_link_libraries(benchmark PUBLIC tc fmt::fmt)