Polygon Clipping and Offsetting - C++, C# and Delphi
Run the following Vcpkg command to install the port.
vcpkg install clipper2
The package clipper2 can be imported via CMake FindPkgConfig module:
# Clipper2 find_package(PkgConfig REQUIRED) pkg_check_modules(Clipper2 REQUIRED IMPORTED_TARGET Clipper2) target_link_libraries(main PkgConfig::Clipper2) # Clipper2Z find_package(PkgConfig REQUIRED) pkg_check_modules(Clipper2Z REQUIRED IMPORTED_TARGET Clipper2Z) target_link_libraries(main PkgConfig::Clipper2Z)
v1.1.1#0
Feb 3, 2023
All
AngusJohnson/Clipper21.5K
angusj.com/clipper2
bb9766f573
BSL-1.0
Manifest