cmake_minimum_required(VERSION 3.12...3.31)
project(Periodic_4_hyperbolic_triangulation_2_Tests)

find_package(CGAL REQUIRED)

find_package(LEDA QUIET)
create_single_source_cgal_program("test_p4ht2_construct_point_2.cpp")
create_single_source_cgal_program("test_p4ht2_exact_complex_numbers.cpp")
create_single_source_cgal_program("test_p4ht2_intersections.cpp")
create_single_source_cgal_program("test_p4ht2_locate.cpp")
create_single_source_cgal_program("test_p4ht2_matrix.cpp")
create_single_source_cgal_program("test_p4ht2_removal_iterator.cpp")
create_single_source_cgal_program("test_p4ht2_removal.cpp")
create_single_source_cgal_program("test_p4ht2_insert_degenerate.cpp")
