mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2026-01-24 14:39:21 -05:00
6 lines
173 B
CMake
6 lines
173 B
CMake
add_executable(benchmark benchmark.cpp)
|
|
target_link_libraries(benchmark PUBLIC tc fmt::fmt)
|
|
|
|
add_executable(named named.cpp)
|
|
target_link_libraries(named PUBLIC tc fmt::fmt)
|