Files
QIDIStudio/sandboxes/meshboolean/CMakeLists.txt
QIDI TECH 585146181b update
2024-09-03 09:34:33 +08:00

8 lines
149 B
CMake

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