Add: // Comment for cgal_create_makefile : main()

This way, cgal_create_makefile recognizes the program,
and generates a correct makefile entry for it.
This commit is contained in:
Sylvain Pion 2006-05-21 07:53:49 +00:00
parent 5dfde87b75
commit 06a503c301
4 changed files with 4 additions and 0 deletions

View File

@ -54,4 +54,5 @@ typedef CGAL::Segment_Delaunay_graph_2<Gt_wi> SDG2_wi;
#include "test_types.h"
#include "sdg_main.h"
// Comment for cgal_create_makefile : main()

View File

@ -47,4 +47,5 @@ typedef CGAL::Segment_Delaunay_graph_2<Gt_wi> SDG2_wi;
#include "test_types.h"
#include "sdg_main.h"
// Comment for cgal_create_makefile : main()

View File

@ -54,4 +54,5 @@ typedef CGAL::Segment_Delaunay_graph_hierarchy_2<Gt_wi> SDG2_wi;
#include "test_types_hierarchy.h"
#include "sdg_hierarchy_main.h"
// Comment for cgal_create_makefile : main()

View File

@ -47,4 +47,5 @@ typedef CGAL::Segment_Delaunay_graph_hierarchy_2<Gt_wi> SDG2_wi;
#include "test_types_hierarchy.h"
#include "sdg_hierarchy_main.h"
// Comment for cgal_create_makefile : main()