This commit is contained in:
lizzie
2026-09-02 21:22:23 +00:00
parent 6a7c069824
commit b3eb7e47fd
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -31,3 +31,6 @@ endif()
if (SOLARIS)
target_link_libraries(network PRIVATE socket nsl)
endif()
if (MINGW)
target_link_libraries(network PRIVATE winmm)
endif()