Move Clipper2 dependency to deps_src directory (#11736)
Relocated Clipper2 source files and CMake configuration from src/clipper2 to deps_src/clipper2. Updated CMakeLists to add Clipper2 as a dependency from the new location, improving dependency organization. Co-authored-by: Rodrigo Faselli <162915171+RF47@users.noreply.github.com>
This commit is contained in:
8
deps_src/clipper2/Clipper2Lib/src/clipper2_z.cpp
Normal file
8
deps_src/clipper2/Clipper2Lib/src/clipper2_z.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
// Hackish wrapper around the ClipperLib library to compile the Clipper library with the Z support.
|
||||
// Enable the Z coordinate support.
|
||||
#define USINGZ
|
||||
|
||||
// and let it compile
|
||||
#include "clipper.engine.cpp"
|
||||
#include "clipper.offset.cpp"
|
||||
#include "clipper.rectclip.cpp"
|
||||
Reference in New Issue
Block a user