Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kocik <kocikdav@gmail.com>2020-01-22 12:03:58 +0300
committerDavid Kocik <kocikdav@gmail.com>2020-01-22 12:05:04 +0300
commit8d9cfa0e98078474c3305b3277d641a83977a93a (patch)
treeafd5e86acbe3cc08c71834acdc7059c4d537f088 /src/slic3r/CMakeLists.txt
parent094cef26d463e5041c6106eead859abec34ea719 (diff)
resize of export_to_sd button
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 751a1fcaf..8f38cb21b 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -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()