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:
@@ -0,0 +1,5 @@
|
||||
|
||||
find_package(CGAL REQUIRED)
|
||||
add_executable(meshboolean MeshBoolean.cpp)
|
||||
|
||||
target_link_libraries(meshboolean libslic3r CGAL::CGAL)
|
||||
Reference in New Issue
Block a user