mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-27 19:01:02 +00:00
List the Design tab headers and drop the unrelated build changes
This commit is contained in:
@@ -6,7 +6,6 @@ on:
|
|||||||
- main
|
- main
|
||||||
- release/*
|
- release/*
|
||||||
- belt-printer
|
- belt-printer
|
||||||
- cad-mainline
|
|
||||||
paths:
|
paths:
|
||||||
- 'deps/**'
|
- 'deps/**'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
|||||||
@@ -774,7 +774,7 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
Utils/wxInspectorPlugins/Registration.hpp
|
Utils/wxInspectorPlugins/Registration.hpp
|
||||||
)
|
)
|
||||||
|
|
||||||
# Design/CAD tab: parametric sketch UI, its gizmo, and the MCP control socket.
|
# Design/CAD tab: parametric sketch UI, its gizmos, and the MCP control socket.
|
||||||
# All of it sits behind SLIC3R_CAD and links the CAD kernel in libslic3r.
|
# All of it sits behind SLIC3R_CAD and links the CAD kernel in libslic3r.
|
||||||
if (SLIC3R_CAD)
|
if (SLIC3R_CAD)
|
||||||
list(APPEND SLIC3R_GUI_SOURCES
|
list(APPEND SLIC3R_GUI_SOURCES
|
||||||
@@ -783,6 +783,8 @@ if (SLIC3R_CAD)
|
|||||||
GUI/CAD/DesignCanvas.cpp
|
GUI/CAD/DesignCanvas.cpp
|
||||||
GUI/CAD/DesignCanvas.hpp
|
GUI/CAD/DesignCanvas.hpp
|
||||||
GUI/CAD/DesignSketchTool.cpp
|
GUI/CAD/DesignSketchTool.cpp
|
||||||
|
GUI/CAD/DesignSketchTool.hpp
|
||||||
|
GUI/CAD/DesignOffer.hpp
|
||||||
GUI/CAD/SketchInlineEditor.cpp
|
GUI/CAD/SketchInlineEditor.cpp
|
||||||
GUI/CAD/SketchInlineEditor.hpp
|
GUI/CAD/SketchInlineEditor.hpp
|
||||||
GUI/CAD/McpControl.cpp
|
GUI/CAD/McpControl.cpp
|
||||||
@@ -864,7 +866,7 @@ if (WIN32)
|
|||||||
else ()
|
else ()
|
||||||
add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
|
add_library(libslic3r_gui STATIC ${SLIC3R_GUI_SOURCES})
|
||||||
endif ()
|
endif ()
|
||||||
target_include_directories(libslic3r_gui PRIVATE Utils ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/GUI)
|
target_include_directories(libslic3r_gui PRIVATE Utils ${CMAKE_CURRENT_BINARY_DIR})
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_include_directories(libslic3r_gui SYSTEM PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../deps/WebView2/include)
|
target_include_directories(libslic3r_gui SYSTEM PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/../../deps/WebView2/include)
|
||||||
|
|||||||
Reference in New Issue
Block a user