mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 03:52:48 -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)
|