Fix example file name

This commit is contained in:
Andreas Fabri 2024-11-06 08:51:31 +00:00
parent 4020165b25
commit a39d3cc723
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ endforeach()
if(CGAL_Qt6_FOUND)
target_link_libraries(repair_non_zero_polygon_2 PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(repair_join_intersect PUBLIC CGAL::CGAL_Basic_viewer)
target_link_libraries(repair_union_intersect_2 PUBLIC CGAL::CGAL_Basic_viewer)
endif()