From ddbaf786081313f8f788f0aea6527c3e7b7369ef Mon Sep 17 00:00:00 2001 From: Zoltan Csizmadia Date: Sat, 5 Mar 2016 16:37:22 -0600 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fd7a6ab..3db11df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,6 +40,8 @@ endif() if(WIN32) list(APPEND DEPLIBS ws2_32) list(APPEND DEPLIBS iphlpapi) +else() + list(APPEND DEPLIBS pthread) endif() if(MSVC)