Add standalone bench target

This commit is contained in:
2024-02-06 15:03:54 -08:00
parent 9a80c96533
commit 6be23803a3
3 changed files with 51 additions and 26 deletions

View File

@@ -171,6 +171,11 @@ if(BUILD_TESTING)
${CMAKE_SOURCE_DIR}/test_symbols.sh
$<TARGET_FILE:${PROJECT_NAME}_static> ${CMAKE_SOURCE_DIR}/symbols.txt)
endif()
# bench
add_executable(conflict_set_bench Bench.cpp)
target_link_libraries(conflict_set_bench PRIVATE ${PROJECT_NAME})
endif()
# packaging