mirror of https://github.com/CGAL/cgal
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:
parent
5dfde87b75
commit
06a503c301
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue