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-04-18 10:59:17 +0300
committerEnrico Turri <enricoturri@seznam.cz>2019-04-24 14:25:41 +0300
commitae692635dabb82bbb3710b14dd63d7a41951a888 (patch)
tree2da0f8e3f02900f14f520d946b5cf9627743d56a /src/slic3r/CMakeLists.txt
parent08cb5bc2c7e57424d8783ca4aa02626dd0a1a48a (diff)
Selection rectangle moved into a separate class
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 1d8a1e26e..f54189762 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