mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
8 lines
172 B
CMake
8 lines
172 B
CMake
|
|
add_executable(print_arrange_polys main.cpp)
|
||
|
|
|
||
|
|
target_link_libraries(print_arrange_polys libslic3r admesh)
|
||
|
|
|
||
|
|
if (WIN32)
|
||
|
|
qidislicer_copy_dlls(print_arrange_polys)
|
||
|
|
endif()
|