mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-21 05:53:29 -07:00
Update CMakeLists.txt
This commit is contained in:
parent
adeaf7438f
commit
ddbaf78608
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ endif()
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND DEPLIBS ws2_32)
|
list(APPEND DEPLIBS ws2_32)
|
||||||
list(APPEND DEPLIBS iphlpapi)
|
list(APPEND DEPLIBS iphlpapi)
|
||||||
|
else()
|
||||||
|
list(APPEND DEPLIBS pthread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue