test: update threading benchmark

This commit is contained in:
parker
2025-07-11 13:09:17 +01:00
parent f232491313
commit 107fef09fc
4 changed files with 41 additions and 13 deletions

View File

@@ -97,7 +97,7 @@ add_executable(${BenchExec}
src/Engine/Operator/GeometryConnection.cpp
src/Engine/Operator/GeometryOpDef.cpp
)
target_link_libraries(${BenchExec} PRIVATE Catch2::Catch2WithMain Eigen3::Eigen Qt6::Core )
target_link_libraries(${BenchExec} PRIVATE Catch2::Catch2WithMain Eigen3::Eigen Qt6::Core TBB::tbb)
target_compile_definitions(${BenchExec} PRIVATE UNIT_TEST)
target_include_directories(${BenchExec} PUBLIC src)