catch2/benchmarks/CMakeLists.txt

4 lines
159 B
CMake
Raw Normal View History

2025-01-18 00:44:20 +01:00
add_executable(benchmarks catch_benchmarks.cpp)
target_link_libraries(benchmarks PRIVATE Catch2WithMain)
target_compile_features(benchmarks PUBLIC cxx_std_17)