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:
authorbubnikv <bubnikv@gmail.com>2019-04-12 13:57:45 +0300
committerbubnikv <bubnikv@gmail.com>2019-04-12 13:57:45 +0300
commit33ef1173a7018f3a65d8f460866ea200a50019e8 (patch)
tree0af131f9c56cc105cc10ba6e05fd912290e6cbdc /src/slic3r/CMakeLists.txt
parent349e30a39c351fdedd4ec8e216442ccf71c906f1 (diff)
Moved the GLEW dependencies from libslic3r to the gui slic3r library.
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 9d2531813..1d8a1e26e 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -154,7 +154,7 @@ endif ()
add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
-target_link_libraries(libslic3r_gui libslic3r avrdude imgui)
+target_link_libraries(libslic3r_gui libslic3r avrdude imgui ${GLEW_LIBRARIES})
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
endif ()