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:
authorEnrico Turri <enricoturri@seznam.cz>2019-05-03 12:44:37 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-05-03 12:44:37 +0300
commitd971c821b7ab8899c9a7ca6665c73cf9ba4b4173 (patch)
tree77555778b4531e3ba96af58a27428bc400786686 /src/slic3r/CMakeLists.txt
parentbf30ec439f0a92366923e777f8d2d58a12fb2a6d (diff)
parent2a741bf8f88510114539f63eabc470370a45f6a6 (diff)
Merge branch 'et_selection_rectangle' of https://github.com/prusa3d/Slic3r
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 555918765..570e23baa 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/GLSelectionRectangle.cpp
+ GUI/GLSelectionRectangle.hpp
GUI/GLTexture.hpp
GUI/GLTexture.cpp
GUI/GLToolbar.hpp