mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-30 21:00:49 -07:00
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>
8 lines
266 B
C++
8 lines
266 B
C++
// 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"
|