mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 11:47:54 -06:00
5 lines
No EOL
129 B
CMake
5 lines
No EOL
129 B
CMake
|
|
find_package(CGAL REQUIRED)
|
|
add_executable(meshboolean MeshBoolean.cpp)
|
|
|
|
target_link_libraries(meshboolean libslic3r CGAL::CGAL) |