From 8be7c2b2d149d7348ee191bc1cb2e20ed8d3df25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 12 Mar 2018 10:27:38 +0100 Subject: [PATCH] add convenience header --- .../internal/do_no_use_CDT2.h | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h new file mode 100644 index 00000000000..bdcf5e20813 --- /dev/null +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h @@ -0,0 +1,30 @@ +// Copyright (c) 2018 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// You can redistribute it and/or modify it under the terms of the GNU +// General Public License as published by the Free Software Foundation, +// either version 3 of the License, or (at your option) any later version. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// SPDX-License-Identifier: GPL-3.0+ +// +// +// Author(s) : Sebastien Loriot + +#ifndef CGAL_POLYGON_MESH_PROCESSING_INTERNAL_DO_NOT_USE_CDT2 +#define CGAL_POLYGON_MESH_PROCESSING_INTERNAL_DO_NOT_USE_CDT2 + +#include + + +#define CGAL_TRIANGULATE_FACES_DO_NOT_USE_CDT2 + +#endif // CGAL_POLYGON_MESH_PROCESSING_INTERNAL_DO_NOT_USE_CDT2