cgal/Polygon/examples/Polygon
Laurent Rineau e5001d1a50 update our CMake version 3.18...3.31
That will suppress the warnings about `CMP0167` (from CMake 3.30):

```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" for policy details.  Use the cmake_policy command to
  set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
..
CMakeLists.txt update our CMake version 3.18...3.31 2025-02-04 14:32:37 +01:00
Example.cpp move documented IO functions in IO namespace 2021-05-05 13:15:37 +02:00
Polygon.cpp Switch to exact kernel 2008-07-07 13:05:53 +00:00
draw_multipolygon_with_holes.cpp Remove argc, argv 2024-03-06 08:13:12 +00:00
draw_polygon.cpp Add basic viewer for polygon. 2018-09-07 14:23:14 +02:00
draw_polygon_with_holes.cpp extra run of the script to remove tabs and trailing whitespaces 2020-03-26 14:16:06 +01:00
draw_polygon_with_holes_2.cpp add examples of drawing of polygon with holes 2024-03-28 17:41:43 +01:00
multipolygon.cpp Remove argc, argv 2024-03-06 08:13:12 +00:00
polygon_algorithms.cpp Switch to exact kernel 2008-07-07 13:05:53 +00:00
projected_polygon.cpp run the script to remove tabs and trailing whitespaces 2020-03-26 13:25:16 +01:00
ranges.cpp Add functions for ranges and give an example 2022-03-04 07:11:21 +00:00