mirror of https://github.com/CGAL/cgal
Now that we require CMake>=3.1, we can forget a lot of old CMake policies. `CMP0053` `OLD` behavior is still needed, because of a bug in Qt5 CMake files, but it will not be set with CMake>=3.10. Let's assume that a recent CMake version means a recent Qt5 version. |
||
|---|---|---|
| .. | ||
| data | ||
| CMakeLists.txt | ||
| Distance.h | ||
| Point.h | ||
| circular_query.cpp | ||
| distance_browsing.cpp | ||
| fuzzy_range_query.cpp | ||
| general_neighbor_searching.cpp | ||
| iso_rectangle_2_query.cpp | ||
| nearest_neighbor_searching.cpp | ||
| searching_polyhedron_vertices.cpp | ||
| searching_polyhedron_vertices_with_fuzzy_sphere.cpp | ||
| searching_sphere_orthogonally.cpp | ||
| searching_surface_mesh_vertices.cpp | ||
| searching_with_circular_query.cpp | ||
| searching_with_point_with_info.cpp | ||
| searching_with_point_with_info_inplace.cpp | ||
| searching_with_point_with_info_pmap.cpp | ||
| splitter_worst_cases.cpp | ||
| user_defined_point_and_distance.cpp | ||
| using_fair_splitting_rule.cpp | ||
| weighted_Minkowski_distance.cpp | ||