mirror of https://github.com/CGAL/cgal
Now use Double_map.h from Mesh_2 itself
This commit is contained in:
parent
52652e2d58
commit
1b50ea8db5
|
|
@ -14,7 +14,6 @@ include $(CGAL_MAKEFILE)
|
|||
#---------------------------------------------------------------------#
|
||||
|
||||
CXXFLAGS = -I../../../Qt_widget/include \
|
||||
-I../../../Mesh_3/include \
|
||||
-I../../include \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
$(LONG_NAME_PROBLEM_CXXFLAGS) \
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ include $(CGAL_MAKEFILE)
|
|||
|
||||
CXXFLAGS = $(CGAL_CXXFLAGS) \
|
||||
-I../../include \
|
||||
-I../../../Mesh_3/include \
|
||||
$(LONG_NAME_PROBLEM_CXXFLAGS) \
|
||||
$(DEBUG_OPT)
|
||||
|
||||
|
|
@ -40,7 +39,7 @@ all: \
|
|||
mesh$(OBJ_EXT): ../../include/CGAL/Mesh_2.h \
|
||||
../../include/CGAL/Mesh_face_base_2.h \
|
||||
../../include/CGAL/Mesh_default_traits_2.h \
|
||||
../../../Mesh_3/include/CGAL/Double_map.h
|
||||
../../include/CGAL/Double_map.h
|
||||
|
||||
mesh$(EXE_EXT): mesh$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)mesh mesh$(OBJ_EXT) $(LDFLAGS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue