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-08-22 14:19:01 +0300
committerYuSanka <yusanka@gmail.com>2019-08-22 14:19:01 +0300
commit8828ec78608e9a9efae05cea2a980750f2346888 (patch)
tree42c343d0d986a98152cee2c4c3ec94d7f2d36029 /src/slic3r/CMakeLists.txt
parent7ff68ad210386a8d77fe247c201f098127aae933 (diff)
Code refactoring: ConfigManipulation moved to separate files.
Use of ConfigManipulation inside of TabPrint(TabSLAPrint)::update().
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 b3e2990f9..e51415d53 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -87,6 +87,8 @@ set(SLIC3R_GUI_SOURCES
GUI/LambdaObjectDialog.hpp
GUI/Tab.cpp
GUI/Tab.hpp
+ GUI/ConfigManipulation.cpp
+ GUI/ConfigManipulation.hpp
GUI/Field.cpp
GUI/Field.hpp
GUI/OptionsGroup.cpp