mirror of https://github.com/CGAL/cgal
added missing test with projection traits + missing dependencies
This commit is contained in:
parent
be4d914874
commit
1b45d06239
|
|
@ -11,3 +11,14 @@ Mesh_2
|
|||
Polygon
|
||||
TDS_2
|
||||
Triangulation_2
|
||||
Distance_2
|
||||
Distance_3
|
||||
Filtered_kernel
|
||||
Hash_map
|
||||
Intersections_2
|
||||
Intersections_3
|
||||
Interval_support
|
||||
Mesher_level
|
||||
Modular_arithmetic
|
||||
Spatial_sorting
|
||||
Barycentric_coordinates_2
|
||||
|
|
|
|||
|
|
@ -50,14 +50,8 @@ if(CGAL_FOUND)
|
|||
target_link_libraries(test_hm_const_linear_precision PUBLIC CGAL::Eigen3_support)
|
||||
create_single_source_cgal_program("test_hm_triangle.cpp")
|
||||
target_link_libraries(test_hm_triangle PUBLIC CGAL::Eigen3_support)
|
||||
|
||||
# missing:
|
||||
# construct_centroid_2,
|
||||
# compute_determinant_2
|
||||
# in projection traits
|
||||
# create_single_source_cgal_program("test_projection_traits.cpp")
|
||||
# target_link_libraries(test_projection_traits PUBLIC CGAL::Eigen3_support)
|
||||
|
||||
create_single_source_cgal_program("test_projection_traits.cpp") # TODO: fails, fix it!
|
||||
target_link_libraries(test_projection_traits PUBLIC CGAL::Eigen3_support)
|
||||
create_single_source_cgal_program("test_all_coordinates.cpp")
|
||||
target_link_libraries(test_all_coordinates PUBLIC CGAL::Eigen3_support)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue