mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-23 01:03:29 +01:00
4 lines
159 B
CMake
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)
|