mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 03:31:17 -06:00
Add the sandbox example for cgal dependent mesh boolean
This commit is contained in:
parent
24bbad634a
commit
d620f6fb5d
3 changed files with 91 additions and 2 deletions
5
sandboxes/meshboolean/CMakeLists.txt
Normal file
5
sandboxes/meshboolean/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
find_package(CGAL REQUIRED)
|
||||
add_executable(meshboolean MeshBoolean.cpp)
|
||||
|
||||
target_link_libraries(meshboolean libslic3r CGAL::CGAL)
|
||||
Loading…
Add table
Add a link
Reference in a new issue