From f6df03b4a819bf78bc0cdf8b2369ffffc44cd894 Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Wed, 9 Sep 2020 20:40:15 -0700 Subject: [assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored dependencies (#13264) * [assimp] Fix -config.cmake files * [assimp] Fix linux build and provide backwards-compatible alias * [assimp][irrxml][kubazip][poly2tri][polyclipping] Extract vendored dependencies * [assimp] Use find_dependency(); add ZLIB dependency * [polyclipping] Do not suffix upstream binaries Co-authored-by: Robert Schumacher Co-authored-by: Stefano Sinigardi --- ports/poly2tri/CONTROL | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/poly2tri/CONTROL (limited to 'ports/poly2tri/CONTROL') diff --git a/ports/poly2tri/CONTROL b/ports/poly2tri/CONTROL new file mode 100644 index 000000000..21ed149e3 --- /dev/null +++ b/ports/poly2tri/CONTROL @@ -0,0 +1,5 @@ +Source: poly2tri +Version: 2020-07-21 +Homepage: https://github.com/greenm01/poly2tri +Description: The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons. +Supports: !uwp -- cgit v1.2.3