mirror of https://github.com/CGAL/cgal
Polyline_simplification_2 has its own demo
This commit is contained in:
parent
46b156a955
commit
e89fe637bb
|
|
@ -58,6 +58,9 @@ rm -rf Surface_modeling_Demo
|
|||
# Demo not announced in the CGAL manual, from CGAL-3.8:
|
||||
rm -rf Circular_kernel_3_Demo
|
||||
|
||||
# CGAL-4.6
|
||||
pushd Polyline_simplification_2_Demo; zip ../polyline_simplification_2.zip *; popd
|
||||
|
||||
# check
|
||||
echo CHECK now
|
||||
for f in *zip; do unzip -qql $f; done | awk '{print $4}' >| done
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
\cgalPkgDependsOn{\ref PkgTriangulation2Summary}
|
||||
\cgalPkgBib{cgal:f-ps2}
|
||||
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
||||
\cgalPkgDemo{Polygon Demo,polygon_2.zip}
|
||||
\cgalPkgDemo{Polyline Simplification,polyline_simplification_2.zip}
|
||||
\cgalPkgShortInfoEnd
|
||||
\cgalPkgDescriptionEnd
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue