Skip to content

Commit

Permalink
server: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stduhpf committed Nov 20, 2024
1 parent 2210257 commit cae6614
Show file tree
Hide file tree
Showing 2 changed files with 607 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set(TARGET sd-server)
add_executable(${TARGET} main.cpp)
install(TARGETS ${TARGET} RUNTIME)
target_link_libraries(${TARGET} PRIVATE stable-diffusion ${CMAKE_THREAD_LIBS_INIT})
target_compile_features(${TARGET} PUBLIC cxx_std_11)
target_compile_features(${TARGET} PUBLIC cxx_std_17)
Loading

0 comments on commit cae6614

Please sign in to comment.