mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 22:29:09 -07:00
5 lines
129 B
CMake
5 lines
129 B
CMake
|
|
find_package(CGAL REQUIRED)
|
|
add_executable(meshboolean MeshBoolean.cpp)
|
|
|
|
target_link_libraries(meshboolean libslic3r CGAL::CGAL) |