also test parallel version

This commit is contained in:
Sébastien Loriot 2025-06-10 20:32:07 +02:00
parent f0464a9e2f
commit b8b7f6354e
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ if(TARGET CGAL::TBB_support)
target_link_libraries(orient_polygon_soup_test PRIVATE CGAL::TBB_support)
target_link_libraries(self_intersection_surface_mesh_test PRIVATE CGAL::TBB_support)
target_link_libraries(test_autorefinement PRIVATE CGAL::TBB_support)
target_link_libraries(test_snap_rounding PRIVATE CGAL::TBB_support)
else()
message(STATUS "NOTICE: Intel TBB was not found. Tests will use sequential code.")
endif()