test the demo in the testsuite

Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Sebastien Loriot 2025-03-27 10:18:43 +01:00 committed by GitHub
parent 0d20b6565e
commit 94576d4c53
1 changed files with 1 additions and 0 deletions

View File

@ -23,3 +23,4 @@ qt6_wrap_ui(UIS drawing_window_description.ui)
add_executable( Triangulation_on_hyperbolic_surface_2_demo Triangulation_on_hyperbolic_surface_2_demo.cpp window.cpp ${UIS})
target_link_libraries(Triangulation_on_hyperbolic_surface_2_demo PRIVATE CGAL::CGAL CGAL::CGAL_Qt6 Qt6::Widgets )
cgal_add_compilation_test(Triangulation_on_hyperbolic_surface_2_demo)