mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-18 21:49:04 -07:00
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
8 lines
115 B
CMake
8 lines
115 B
CMake
project(clipper)
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
add_library(clipper STATIC
|
|
clipper.cpp
|
|
clipper.hpp
|
|
)
|