mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 02:02:00 +08:00
New gcode visualization library - Makefiles cleanup
This commit is contained in:
parent
16d96f96f8
commit
33e9ee609e
@ -47,3 +47,6 @@ add_library(libvgcode STATIC
|
|||||||
glad/include/KHR/khrplatform.h
|
glad/include/KHR/khrplatform.h
|
||||||
glad/src/glad.c
|
glad/src/glad.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# glad includes
|
||||||
|
include_directories(glad/include)
|
@ -92,10 +92,8 @@ set(SLIC3R_GUI_SOURCES
|
|||||||
GUI/Gizmos/GLGizmoMmuSegmentation.hpp
|
GUI/Gizmos/GLGizmoMmuSegmentation.hpp
|
||||||
GUI/Gizmos/GLGizmoMeasure.cpp
|
GUI/Gizmos/GLGizmoMeasure.cpp
|
||||||
GUI/Gizmos/GLGizmoMeasure.hpp
|
GUI/Gizmos/GLGizmoMeasure.hpp
|
||||||
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
GUI/LibVGCode/LibVGCodeWrapper.hpp
|
GUI/LibVGCode/LibVGCodeWrapper.hpp
|
||||||
GUI/LibVGCode/LibVGCodeWrapper.cpp
|
GUI/LibVGCode/LibVGCodeWrapper.cpp
|
||||||
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
GUI/GLSelectionRectangle.cpp
|
GUI/GLSelectionRectangle.cpp
|
||||||
GUI/GLSelectionRectangle.hpp
|
GUI/GLSelectionRectangle.hpp
|
||||||
GUI/GLModel.hpp
|
GUI/GLModel.hpp
|
||||||
@ -388,10 +386,7 @@ endforeach()
|
|||||||
|
|
||||||
encoding_check(libslic3r_gui)
|
encoding_check(libslic3r_gui)
|
||||||
|
|
||||||
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
target_link_libraries(libslic3r_gui libslic3r avrdude libcereal imgui libvgcode GLEW::GLEW OpenGL::GL hidapi libcurl ${wxWidgets_LIBRARIES} NanoSVG::nanosvg NanoSVG::nanosvgrast)
|
target_link_libraries(libslic3r_gui libslic3r avrdude libcereal imgui libvgcode GLEW::GLEW OpenGL::GL hidapi libcurl ${wxWidgets_LIBRARIES} NanoSVG::nanosvg NanoSVG::nanosvgrast)
|
||||||
#target_link_libraries(libslic3r_gui libslic3r avrdude libcereal imgui GLEW::GLEW OpenGL::GL hidapi libcurl ${wxWidgets_LIBRARIES} NanoSVG::nanosvg NanoSVG::nanosvgrast)
|
|
||||||
#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
target_link_libraries(libslic3r_gui Setupapi.lib)
|
target_link_libraries(libslic3r_gui Setupapi.lib)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user