mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 09:02:53 +00:00
Add the sandbox example for cgal dependent mesh boolean
This commit is contained in:
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)
|
||||
Reference in New Issue
Block a user