Windows libraries linking for daemon
authorCryptoManiac <balthazar.ad@gmail.com>
Wed, 22 Dec 2021 05:59:10 +0000 (08:59 +0300)
committerCryptoManiac <balthazar.ad@gmail.com>
Wed, 22 Dec 2021 05:59:10 +0000 (08:59 +0300)
src/CMakeLists.txt

index 4529a77..8e204ee 100644 (file)
@@ -98,7 +98,7 @@ list(APPEND ALL_LIBRARIES ${Boost_LIBRARIES} ixwebsocket OpenSSL::Crypto)
 
 # Windows-specific libraries
 if (WIN32)
-   list(APPEND ALL_LIBRARIES ws2_32 mswsock)
+   list(APPEND ALL_LIBRARIES kernel32 user32 gdi32 comdlg32 winspool winmm shell32 comctl32 ole32 oleaut32 uuid rpcrt4 advapi32 ws2_32 mswsock shlwapi)
 endif()
 
 # Some systems need rt library