X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2FCMakeLists.txt;h=b49de36f7525b30d2e4bdf984cb10f600733a522;hp=456c35a8dfbcfe6ac6e790026ccb38179bb07e6f;hb=bc6abecf0522c9944d8145218bb0636766126da0;hpb=34a08454016ac677d70c178ba52ef79743af565f diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 456c35a..b49de36 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -116,7 +116,7 @@ list(APPEND ALL_LIBRARIES ${Boost_LIBRARIES} ixwebsocket OpenSSL::Crypto) # Windows-specific libraries if (WIN32) - list(APPEND ALL_LIBRARIES kernel32 user32 gdi32 comdlg32 winspool winmm shell32 comctl32 ole32 oleaut32 uuid rpcrt4 advapi32 ws2_32 mswsock shlwapi) + list(APPEND ALL_LIBRARIES kernel32 user32 gdi32 comdlg32 winspool winmm shell32 comctl32 ole32 oleaut32 uuid rpcrt4 advapi32 ws2_32 mswsock shlwapi pthread) list(APPEND ALL_DEFINITIONS WIN32) endif()