Add standalone bench target
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user