2018-09-19 11:02:24 +02:00
|
|
|
project(clipper)
|
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
|
|
|
|
|
|
add_library(clipper STATIC
|
|
|
|
|
clipper.cpp
|
|
|
|
|
clipper.hpp
|
2019-09-13 16:16:37 +02:00
|
|
|
clipper_z.cpp
|
|
|
|
|
clipper_z.hpp
|
2018-09-19 11:02:24 +02:00
|
|
|
)
|
2020-05-20 16:28:46 +02:00
|
|
|
|
|
|
|
|
if(SLIC3R_PROFILE)
|
|
|
|
|
target_link_libraries(clipper Shiny)
|
|
|
|
|
endif()
|