Skip to content

Commit 9136468

Browse files
authored
Merge pull request #574 from konakona418/main
Updates CMakeLists
2 parents 5e9d31f + 518997b commit 9136468

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ else()
3939
target_compile_definitions(webui PUBLIC NO_SSL)
4040
endif()
4141

42+
if (WIN32)
43+
target_link_libraries(webui PRIVATE ws2_32 user32 shell32 ole32)
44+
endif ()
45+
4246
set_target_properties(webui PROPERTIES
4347
OUTPUT_NAME ${WEBUI_OUT_LIB_NAME}
4448
PREFIX "")

0 commit comments

Comments
 (0)