Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
womendoushihaoyin committed Sep 24, 2024
1 parent 16df695 commit e985e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ set(SLIC3R_GUI_SOURCES

if (SERVER_ENGINE)
message("SERVER_ENGINE INCULUDE engine.o")
list(APPEND SLIC3R_GUI_SOURCES "GUI/engine.cpp" "GUI/engine.h")
list(APPEND SLIC3R_GUI_SOURCES "GUI/Engine.cpp" "GUI/Engine.h")
endif()

if (WIN32)
Expand Down

0 comments on commit e985e26

Please sign in to comment.