1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-25 10:15:50 +00:00

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
+5
View File
@@ -0,0 +1,5 @@
find_package(CGAL REQUIRED)
add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r CGAL::CGAL)