Add the sandbox example for cgal dependent mesh boolean

This commit is contained in:
tamasmeszaros 2019-12-09 15:34:48 +01:00
parent 24bbad634a
commit d620f6fb5d
3 changed files with 91 additions and 2 deletions

View file

@ -0,0 +1,5 @@
find_package(CGAL REQUIRED)
add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r CGAL::CGAL)