add example for slicer

This commit is contained in:
Jane Tournois 2015-03-13 16:21:52 +01:00
parent aa59ae2c4c
commit a22cbbc099
2 changed files with 7 additions and 0 deletions

View File

@ -10,5 +10,6 @@
\example Polygon_mesh_processing/polygon_soup_example.cpp
\example Polygon_mesh_processing/triangulate_polyline_example.cpp
\example Polygon_mesh_processing/refine_fair_example.cpp
\example Polygon_mesh_processing/mesh_slicer_example.cpp
*/

View File

@ -0,0 +1,6 @@
#include <CGAL/Polygon_mesh_slicer.h>
int main()
{
return 0;
}