mirror of https://github.com/CGAL/cgal
gathered predicates ans constructions on weighted points
This commit is contained in:
parent
3a45556df4
commit
ff6cce24d0
|
|
@ -20,8 +20,8 @@
|
|||
#ifndef CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H
|
||||
#define CGAL_WEIGHTED_ALPHA_SHAPE_EUCLIDEAN_TRAITS_3_H
|
||||
|
||||
#include <CGAL/constructions/squared_radius_smallest_orthogonal_sphere_ftC3.h>
|
||||
#include <CGAL/predicates/in_smallest_orthogonal_sphere_ftC3.h>
|
||||
#include <CGAL/constructions/constructions_on_weighted_points_cartesian_3.h>
|
||||
#include <CGAL/predicates/predicates_on_weighted_points_cartesian_3.h>
|
||||
#include <CGAL/Regular_triangulation_euclidean_traits_3.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ include $(CGAL_MAKEFILE)
|
|||
|
||||
CXXFLAGS = \
|
||||
-I../../include \
|
||||
-I ../../../Triangulation_3/include \
|
||||
$(TESTSUITE_CXXFLAGS) \
|
||||
$(EXTRA_FLAGS) \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue