From e36f71e2a76479a42d352c80e0986857d7c320e5 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Sun, 7 Sep 2025 16:27:58 +0300 Subject: [PATCH] Ordered --- .../Arrangement_on_surface_2/CMakeLists.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/CMakeLists.txt b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/CMakeLists.txt index c8af32eca1a..6fe1641085f 100644 --- a/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/CMakeLists.txt +++ b/Arrangement_on_surface_2/examples/Arrangement_on_surface_2/CMakeLists.txt @@ -17,19 +17,19 @@ endforeach() if(CGAL_Qt6_FOUND) - target_link_libraries(draw_arr PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(draw_agas PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(unbounded_non_intersecting PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(linear_conics PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(parabolas PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(ellipses PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(hyperbolas PRIVATE CGAL::CGAL_Basic_viewer) - target_link_libraries(polylines PRIVATE CGAL::CGAL_Basic_viewer) target_link_libraries(circles PRIVATE CGAL::CGAL_Basic_viewer) target_link_libraries(circular_arcs PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(draw_arr PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(draw_agas PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(ellipses PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(hyperbolas PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(linear_conics PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(parabolas PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(polylines PRIVATE CGAL::CGAL_Basic_viewer) target_link_libraries(rational_functions PRIVATE CGAL::CGAL_Basic_viewer) target_link_libraries(spherical_insert PRIVATE CGAL::CGAL_Basic_viewer) target_link_libraries(spherical_overlay PRIVATE CGAL::CGAL_Basic_viewer) + target_link_libraries(unbounded_non_intersecting PRIVATE CGAL::CGAL_Basic_viewer) else() message( STATUS