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
0b38d5a59f
commit
5965957050
1 changed files with 5 additions and 2 deletions
|
@ -39,8 +39,11 @@ endif()
|
|||
|
||||
if(WIN32)
|
||||
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
||||
elsif (${UNIX})
|
||||
list(APPEND DEPLIBS pthread rt)
|
||||
elsif()
|
||||
list(APPEND DEPLIBS pthread)
|
||||
if (UNIX)
|
||||
list(APPEND DEPLIBS rt)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue