mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 21:43:27 -07:00
Update CMakeLists.txt
This commit is contained in:
parent
0c5ecde035
commit
0b38d5a59f
1 changed files with 2 additions and 3 deletions
|
@ -38,9 +38,8 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND DEPLIBS ws2_32)
|
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
||||||
list(APPEND DEPLIBS iphlpapi)
|
elsif (${UNIX})
|
||||||
else()
|
|
||||||
list(APPEND DEPLIBS pthread rt)
|
list(APPEND DEPLIBS pthread rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue