mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-20 01:04:25 +08: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) |