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 c5ff49f commit 41ea2aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ add_subdirectory(libnest2d)

add_subdirectory(libslic3r)

if (SERVER_ENGINE)
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
endif()

if (SLIC3R_GUI)
add_subdirectory(imgui)
add_subdirectory(imguizmo)
Expand Down

0 comments on commit 41ea2aa

Please sign in to comment.