diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 89be727..d064c3c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,3 +33,6 @@ add_custom_target(single-header DEPENDS "${CMAKE_CURRENT_BINARY_DIR}/cxxformat.h add_executable(test EXCLUDE_FROM_ALL main.cpp) target_link_libraries(test PRIVATE cxxformat) + +add_executable(benchmark EXCLUDE_FROM_ALL benchmark.cpp) +target_link_libraries(benchmark PRIVATE cxxformat) |
