mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-16 02:02:42 -07:00
of the Z coordinate, compiled in the ClipperLib_Z namespace. Update of Lukas's new brim clipping: All the brim contours are now clipped by the ClipperLib_Z library in one shot.
10 lines
151 B
CMake
10 lines
151 B
CMake
project(clipper)
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(clipper STATIC
|
|
clipper.cpp
|
|
clipper.hpp
|
|
clipper_z.cpp
|
|
clipper_z.hpp
|
|
)
|