Files
OrcaSlicer-bambulab/sandboxes/meshboolean/CMakeLists.txt
2026-05-11 19:29:55 +01:00

8 lines
149 B
CMake

add_executable(meshboolean MeshBoolean.cpp)
target_link_libraries(meshboolean libslic3r)
if (WIN32)
prusaslicer_copy_dlls(meshboolean)
endif()