mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 08:26:02 +08:00
Remove redundant includes, debug message.
This commit is contained in:
parent
e01dd0bd42
commit
affa0d7553
@ -372,13 +372,8 @@ set(SLIC3R_GUI_INCLUDES
|
|||||||
IF(wxWidgets_FOUND AND OPENGL_FOUND AND Enable_GUI)
|
IF(wxWidgets_FOUND AND OPENGL_FOUND AND Enable_GUI)
|
||||||
MESSAGE("wx found!")
|
MESSAGE("wx found!")
|
||||||
MESSAGE("OpenGL found!")
|
MESSAGE("OpenGL found!")
|
||||||
MESSAGE(${OPENGL_INCLUDE_DIR})
|
|
||||||
INCLUDE("${wxWidgets_USE_FILE}")
|
INCLUDE("${wxWidgets_USE_FILE}")
|
||||||
|
|
||||||
|
|
||||||
include_directories(${GUI_LIBDIR})
|
|
||||||
include_directories(${wxWidgets_INCLUDE})
|
|
||||||
|
|
||||||
add_library(slic3r_gui STATIC
|
add_library(slic3r_gui STATIC
|
||||||
${GUI_LIBDIR}/Dialogs/AboutDialog.cpp
|
${GUI_LIBDIR}/Dialogs/AboutDialog.cpp
|
||||||
${GUI_LIBDIR}/Dialogs/PresetEditor.cpp
|
${GUI_LIBDIR}/Dialogs/PresetEditor.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user