resize of export_to_sd button

This commit is contained in:
David Kocik 2020-01-22 10:03:58 +01:00
parent 094cef26d4
commit 8d9cfa0e98
2 changed files with 126 additions and 104 deletions

View file

@ -175,7 +175,6 @@ if (APPLE)
GUI/RemovableDriveManagerMM.h
GUI/Mouse3DHandlerMac.mm
)
#DK
FIND_LIBRARY(DISKARBITRATION_LIBRARY DiskArbitration)
endif ()
@ -185,7 +184,7 @@ add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
encoding_check(libslic3r_gui)
target_link_libraries(libslic3r_gui libslic3r avrdude cereal imgui GLEW::GLEW OpenGL::GL OpenGL::GLU hidapi)
#DK
if(APPLE)
target_link_libraries(libslic3r_gui ${DISKARBITRATION_LIBRARY})
endif()