mirror of https://github.com/CGAL/cgal
changed .C to .cpp in examples
This commit is contained in:
parent
d3faf46db5
commit
6cb3cf8f2f
|
|
@ -47,7 +47,7 @@ my_window.moc: my_window.h qt_layers.h qt_layers_toolbar.h
|
||||||
$(QT_MOC) -o my_window.moc my_window.h
|
$(QT_MOC) -o my_window.moc my_window.h
|
||||||
|
|
||||||
|
|
||||||
voronoi_diagram_2$(OBJ_EXT): voronoi_diagram_2.C \
|
voronoi_diagram_2$(OBJ_EXT): voronoi_diagram_2.cpp \
|
||||||
typedefs.h \
|
typedefs.h \
|
||||||
include/Virtual_Voronoi_diagram_2.h \
|
include/Virtual_Voronoi_diagram_2.h \
|
||||||
my_window.moc qt_file_toolbar.moc qt_layers_toolbar.moc
|
my_window.moc qt_file_toolbar.moc qt_layers_toolbar.moc
|
||||||
|
|
@ -63,6 +63,6 @@ clean: \
|
||||||
# suffix rules
|
# suffix rules
|
||||||
#---------------------------------------------------------------------#
|
#---------------------------------------------------------------------#
|
||||||
|
|
||||||
.C$(OBJ_EXT):
|
.cpp$(OBJ_EXT):
|
||||||
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
$(CGAL_CXX) $(CXXFLAGS) $(OBJ_OPT) $<
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -28,4 +28,4 @@ location queries.
|
||||||
%The following example shows how we can perform point location using
|
%The following example shows how we can perform point location using
|
||||||
%the Voronoi diagram adaptor.
|
%the Voronoi diagram adaptor.
|
||||||
|
|
||||||
\ccIncludeExampleCode{Voronoi_diagram_2/point_location.C}
|
\ccIncludeExampleCode{Voronoi_diagram_2/point_location.cpp}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue