mirror of https://github.com/CGAL/cgal
add example for slicer
This commit is contained in:
parent
aa59ae2c4c
commit
a22cbbc099
|
|
@ -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
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
#include <CGAL/Polygon_mesh_slicer.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Loading…
Reference in New Issue