mirror of https://github.com/CGAL/cgal
Added dependancies
This commit is contained in:
parent
f8b4d14458
commit
a97cd2bab3
|
|
@ -38,6 +38,11 @@ LDFLAGS = \
|
|||
all: \
|
||||
mesh$(EXE_EXT)
|
||||
|
||||
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
|
||||
|
||||
mesh$(EXE_EXT): mesh$(OBJ_EXT)
|
||||
$(CGAL_CXX) $(LIBPATH) $(EXE_OPT)mesh mesh$(OBJ_EXT) $(LDFLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue