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:
authorYuSanka <yusanka@gmail.com>2019-05-30 14:08:05 +0300
committerYuSanka <yusanka@gmail.com>2019-05-30 14:08:05 +0300
commit080274c638de48ed771873d1936a8e375dd5196c (patch)
treee548b8877c5425b60517d5311c6ab92587daad5f /src/slic3r/CMakeLists.txt
parentb5d7909afb433af85bc127c4c16896ea78e68beb (diff)
Added missed files to the CMakeLists.txt
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 570e23baa..13f563fd0 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -81,6 +81,8 @@ set(SLIC3R_GUI_SOURCES
GUI/GUI_ObjectManipulation.hpp
GUI/GUI_ObjectSettings.cpp
GUI/GUI_ObjectSettings.hpp
+ GUI/GUI_ObjectLayers.cpp
+ GUI/GUI_ObjectLayers.hpp
GUI/LambdaObjectDialog.cpp
GUI/LambdaObjectDialog.hpp
GUI/Tab.cpp