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:
authorLukas Matena <lukasmatena@seznam.cz>2019-11-05 16:41:06 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-11-05 16:41:06 +0300
commiteaf815ca4b953112d4de1816a0579a9b3db6a05f (patch)
tree3657c95ba69d9fa181dc1bf0994793612fbec88b /src/slic3r/CMakeLists.txt
parent612e45e783ee54104f8586b9a30de1104fdbf493 (diff)
parent013e61322103c0968fd4cec1da320f3800d384c5 (diff)
Merge branch 'lm_hollow_gizmo' into lm_tm_hollowing
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 84a60da6e..08cab62e2 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -47,6 +47,8 @@ set(SLIC3R_GUI_SOURCES
GUI/Gizmos/GLGizmoFlatten.hpp
GUI/Gizmos/GLGizmoCut.cpp
GUI/Gizmos/GLGizmoCut.hpp
+ GUI/Gizmos/GLGizmoHollow.cpp
+ GUI/Gizmos/GLGizmoHollow.hpp
GUI/GLSelectionRectangle.cpp
GUI/GLSelectionRectangle.hpp
GUI/GLTexture.hpp