2019-12-10 15:10:39 +01:00
|
|
|
if (SLIC3R_STATIC)
|
|
|
|
|
set(CGAL_Boost_USE_STATIC_LIBS ON)
|
|
|
|
|
endif ()
|
2019-12-09 15:34:48 +01:00
|
|
|
|
|
|
|
|
find_package(CGAL REQUIRED)
|
2019-12-10 15:10:39 +01:00
|
|
|
|
2019-12-09 15:34:48 +01:00
|
|
|
add_executable(meshboolean MeshBoolean.cpp)
|
|
|
|
|
|
2019-12-10 15:10:39 +01:00
|
|
|
target_link_libraries(meshboolean libslic3r CGAL::CGAL)
|