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>2020-02-03 00:22:40 +0300
committerYuSanka <yusanka@gmail.com>2020-02-03 00:22:40 +0300
commit3f7ebee39661676f70f8b58197234c307f82ed5f (patch)
tree8997fb342e4dff5788a8791a373a5091871af9ac /src/slic3r/CMakeLists.txt
parenteb6e0c06e4217748b0a53f4ef84d575301c99dd9 (diff)
ObjectDataViewModel is extracted from wxExtentions to the separated file
+ parse_color function is moved to BitmapCache from PresetBundle
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 4e8edf7aa..918a2c051 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -147,6 +147,8 @@ set(SLIC3R_GUI_SOURCES
GUI/Mouse3DController.hpp
GUI/DoubleSlider.cpp
GUI/DoubleSlider.hpp
+ GUI/ObjectDataViewModel.cpp
+ GUI/ObjectDataViewModel.hpp
Utils/Http.cpp
Utils/Http.hpp
Utils/FixModelByWin10.cpp