mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-02 08:45:01 +08:00
8 lines
149 B
CMake
8 lines
149 B
CMake
add_executable(meshboolean MeshBoolean.cpp)
|
|
|
|
target_link_libraries(meshboolean libslic3r)
|
|
|
|
if (WIN32)
|
|
prusaslicer_copy_dlls(meshboolean)
|
|
endif()
|