catch2/benchmarks/CMakeLists.txt
2025-01-17 18:02:13 -06:00

4 lines
159 B
CMake

add_executable(benchmarks catch_benchmarks.cpp)
target_link_libraries(benchmarks PRIVATE Catch2WithMain)
target_compile_features(benchmarks PUBLIC cxx_std_17)