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