8 lines
149 B
Text
8 lines
149 B
Text
|
add_executable(meshboolean MeshBoolean.cpp)
|
||
|
|
||
|
target_link_libraries(meshboolean libslic3r)
|
||
|
|
||
|
if (WIN32)
|
||
|
prusaslicer_copy_dlls(meshboolean)
|
||
|
endif()
|