mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			165 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			165 lines
		
	
	
	
		
			4.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
	
	
| project(libslic3r_gui)
 | |
| cmake_minimum_required(VERSION 2.6)
 | |
| 
 | |
| include(PrecompiledHeader)
 | |
| 
 | |
| set(SLIC3R_GUI_SOURCES
 | |
|     pchheader.cpp
 | |
|     pchheader.hpp
 | |
|     GUI/AboutDialog.cpp
 | |
|     GUI/AboutDialog.hpp
 | |
|     GUI/SysInfoDialog.cpp
 | |
|     GUI/SysInfoDialog.hpp
 | |
|     GUI/KBShortcutsDialog.cpp
 | |
|     GUI/KBShortcutsDialog.hpp
 | |
|     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/Selection.hpp
 | |
|     GUI/Selection.cpp    
 | |
|     GUI/Gizmos/GLGizmos.hpp
 | |
|     GUI/Gizmos/GLGizmosManager.cpp
 | |
|     GUI/Gizmos/GLGizmosManager.hpp
 | |
|     GUI/Gizmos/GLGizmoBase.cpp
 | |
|     GUI/Gizmos/GLGizmoBase.hpp
 | |
|     GUI/Gizmos/GLGizmoMove.cpp
 | |
|     GUI/Gizmos/GLGizmoMove.hpp
 | |
|     GUI/Gizmos/GLGizmoRotate.cpp
 | |
|     GUI/Gizmos/GLGizmoRotate.hpp
 | |
|     GUI/Gizmos/GLGizmoScale.cpp
 | |
|     GUI/Gizmos/GLGizmoScale.hpp
 | |
|     GUI/Gizmos/GLGizmoSlaSupports.cpp
 | |
|     GUI/Gizmos/GLGizmoSlaSupports.hpp
 | |
|     GUI/Gizmos/GLGizmoFlatten.cpp
 | |
|     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
 | |
|     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
 | |
|     GUI/I18N.cpp
 | |
|     GUI/I18N.hpp
 | |
|     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
 | |
|     GUI/GUI_ObjectSettings.cpp
 | |
|     GUI/GUI_ObjectSettings.hpp
 | |
|     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/3DBed.cpp
 | |
|     GUI/3DBed.hpp
 | |
|     GUI/Camera.cpp
 | |
|     GUI/Camera.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
 | |
|     GUI/ImGuiWrapper.hpp
 | |
|     GUI/ImGuiWrapper.cpp
 | |
|     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
 | |
|     GUI/PrintHostDialogs.cpp
 | |
|     GUI/PrintHostDialogs.hpp
 | |
|     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
 | |
| )
 | |
| 
 | |
| if (APPLE)
 | |
|     list(APPEND SLIC3R_GUI_SOURCES
 | |
|             Utils/RetinaHelperImpl.mm
 | |
|             Utils/MacDarkMode.mm
 | |
|         )
 | |
| endif ()
 | |
| 
 | |
| add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
 | |
| 
 | |
| target_link_libraries(libslic3r_gui libslic3r avrdude imgui ${GLEW_LIBRARIES})
 | |
| if (SLIC3R_PCH AND NOT SLIC3R_SYNTAXONLY)
 | |
|     add_precompiled_header(libslic3r_gui pchheader.hpp FORCEINCLUDE)
 | |
| endif ()
 | 
