MeshBooleans with CGAL only

This commit is contained in:
tamasmeszaros 2020-01-16 13:20:17 +01:00
parent 79e546816d
commit fada7224f1
5 changed files with 209 additions and 96 deletions

View file

@ -1,12 +1,6 @@
if (SLIC3R_STATIC)
set(CGAL_Boost_USE_STATIC_LIBS ON)
endif ()
find_package(CGAL REQUIRED)
add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r CGAL::CGAL)
target_link_libraries(meshboolean libslic3r)
if (WIN32)
prusaslicer_copy_dlls(meshboolean)