2018-10-29 15:01:26 +00:00
|
|
|
project(libslic3r_gui)
|
|
|
|
cmake_minimum_required(VERSION 2.6)
|
|
|
|
|
|
|
|
include(PrecompiledHeader)
|
|
|
|
|
2018-09-19 09:02:24 +00:00
|
|
|
add_library(libslic3r_gui STATIC
|
2018-10-29 15:01:26 +00:00
|
|
|
pchheader.cpp
|
|
|
|
pchheader.hpp
|
|
|
|
GUI/AboutDialog.cpp
|
|
|
|
GUI/AboutDialog.hpp
|
|
|
|
GUI/SysInfoDialog.cpp
|
|
|
|
GUI/SysInfoDialog.hpp
|
2018-12-19 12:06:24 +00:00
|
|
|
GUI/KBShortcutsDialog.cpp
|
|
|
|
GUI/KBShortcutsDialog.hpp
|
2018-10-29 15:01:26 +00:00
|
|
|
GUI/AppConfig.cpp
|
|
|
|
GUI/AppConfig.hpp
|
|
|
|
GUI/BackgroundSlicingProcess.cpp
|
|
|
|
GUI/BackgroundSlicingProcess.hpp
|
|
|
|
GUI/BitmapCache.cpp
|
|
|
|
GUI/BitmapCache.hpp
|
|
|
|
GUI/ConfigSnapshotDialog.cpp
|
|
|
|
GUI/ConfigSnapshotDialog.hpp
|
|
|
|
GUI/3DScene.cpp
|
|
|
|
GUI/3DScene.hpp
|
|
|
|
GUI/GLShader.cpp
|
|
|
|
GUI/GLShader.hpp
|
|
|
|
GUI/GLCanvas3D.hpp
|
|
|
|
GUI/GLCanvas3D.cpp
|
|
|
|
GUI/GLCanvas3DManager.hpp
|
|
|
|
GUI/GLCanvas3DManager.cpp
|
|
|
|
GUI/GLGizmo.hpp
|
|
|
|
GUI/GLGizmo.cpp
|
|
|
|
GUI/GLTexture.hpp
|
|
|
|
GUI/GLTexture.cpp
|
|
|
|
GUI/GLToolbar.hpp
|
|
|
|
GUI/GLToolbar.cpp
|
|
|
|
GUI/Preferences.cpp
|
|
|
|
GUI/Preferences.hpp
|
|
|
|
GUI/Preset.cpp
|
|
|
|
GUI/Preset.hpp
|
|
|
|
GUI/PresetBundle.cpp
|
|
|
|
GUI/PresetBundle.hpp
|
|
|
|
GUI/PresetHints.cpp
|
|
|
|
GUI/PresetHints.hpp
|
|
|
|
GUI/GUI.cpp
|
|
|
|
GUI/GUI.hpp
|
|
|
|
GUI/GUI_Preview.cpp
|
|
|
|
GUI/GUI_Preview.hpp
|
|
|
|
GUI/GUI_App.cpp
|
|
|
|
GUI/GUI_App.hpp
|
|
|
|
GUI/GUI_Utils.cpp
|
|
|
|
GUI/GUI_Utils.hpp
|
2018-11-26 13:41:58 +00:00
|
|
|
GUI/I18N.cpp
|
|
|
|
GUI/I18N.hpp
|
2018-10-29 15:01:26 +00:00
|
|
|
GUI/MainFrame.cpp
|
|
|
|
GUI/MainFrame.hpp
|
|
|
|
GUI/Plater.cpp
|
|
|
|
GUI/Plater.hpp
|
|
|
|
GUI/GUI_ObjectList.cpp
|
|
|
|
GUI/GUI_ObjectList.hpp
|
|
|
|
GUI/GUI_ObjectManipulation.cpp
|
|
|
|
GUI/GUI_ObjectManipulation.hpp
|
2018-11-12 07:14:42 +00:00
|
|
|
GUI/GUI_ObjectSettings.cpp
|
|
|
|
GUI/GUI_ObjectSettings.hpp
|
2018-10-29 15:01:26 +00:00
|
|
|
GUI/LambdaObjectDialog.cpp
|
|
|
|
GUI/LambdaObjectDialog.hpp
|
|
|
|
GUI/Tab.cpp
|
|
|
|
GUI/Tab.hpp
|
|
|
|
GUI/Field.cpp
|
|
|
|
GUI/Field.hpp
|
|
|
|
GUI/OptionsGroup.cpp
|
|
|
|
GUI/OptionsGroup.hpp
|
|
|
|
GUI/BedShapeDialog.cpp
|
|
|
|
GUI/BedShapeDialog.hpp
|
|
|
|
GUI/2DBed.cpp
|
|
|
|
GUI/2DBed.hpp
|
|
|
|
GUI/wxExtensions.cpp
|
|
|
|
GUI/wxExtensions.hpp
|
|
|
|
GUI/WipeTowerDialog.cpp
|
|
|
|
GUI/WipeTowerDialog.hpp
|
|
|
|
GUI/RammingChart.cpp
|
|
|
|
GUI/RammingChart.hpp
|
|
|
|
GUI/BonjourDialog.cpp
|
|
|
|
GUI/BonjourDialog.hpp
|
|
|
|
GUI/ButtonsDescription.cpp
|
|
|
|
GUI/ButtonsDescription.hpp
|
2018-10-31 09:19:44 +00:00
|
|
|
GUI/ImGuiWrapper.hpp
|
|
|
|
GUI/ImGuiWrapper.cpp
|
2018-10-29 15:01:26 +00:00
|
|
|
Config/Snapshot.cpp
|
|
|
|
Config/Snapshot.hpp
|
|
|
|
Config/Version.cpp
|
|
|
|
Config/Version.hpp
|
|
|
|
Utils/ASCIIFolding.cpp
|
|
|
|
Utils/ASCIIFolding.hpp
|
|
|
|
Utils/Serial.cpp
|
|
|
|
Utils/Serial.hpp
|
|
|
|
GUI/ConfigWizard.cpp
|
|
|
|
GUI/ConfigWizard.hpp
|
|
|
|
GUI/MsgDialog.cpp
|
|
|
|
GUI/MsgDialog.hpp
|
|
|
|
GUI/UpdateDialogs.cpp
|
|
|
|
GUI/UpdateDialogs.hpp
|
|
|
|
GUI/FirmwareDialog.cpp
|
|
|
|
GUI/FirmwareDialog.hpp
|
|
|
|
GUI/ProgressIndicator.hpp
|
|
|
|
GUI/ProgressStatusBar.hpp
|
|
|
|
GUI/ProgressStatusBar.cpp
|
2018-12-11 09:33:11 +00:00
|
|
|
GUI/PrintHostDialogs.cpp
|
|
|
|
GUI/PrintHostDialogs.hpp
|
2018-10-29 15:01:26 +00:00
|
|
|
Utils/Http.cpp
|
|
|
|
Utils/Http.hpp
|
|
|
|
Utils/FixModelByWin10.cpp
|
|
|
|
Utils/FixModelByWin10.hpp
|
|
|
|
Utils/OctoPrint.cpp
|
|
|
|
Utils/OctoPrint.hpp
|
|
|
|
Utils/Duet.cpp
|
|
|
|
Utils/Duet.hpp
|
|
|
|
Utils/PrintHost.cpp
|
|
|
|
Utils/PrintHost.hpp
|
|
|
|
Utils/Bonjour.cpp
|
|
|
|
Utils/Bonjour.hpp
|
|
|
|
Utils/PresetUpdater.cpp
|
|
|
|
Utils/PresetUpdater.hpp
|
|
|
|
Utils/Time.cpp
|
|
|
|
Utils/Time.hpp
|
|
|
|
Utils/HexFile.cpp
|
|
|
|
Utils/HexFile.hpp
|
2018-09-19 09:02:24 +00:00
|
|
|
)
|
|
|
|
|
2018-10-31 08:57:29 +00:00
|
|
|
target_link_libraries(libslic3r_gui libslic3r avrdude imgui)
|
2019-01-11 11:24:25 +00:00
|
|
|
if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
|
2018-11-20 21:59:56 +00:00
|
|
|
add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
|
|
|
|
endif ()
|