mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-21 14:03:25 -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)
|
if(WIN32)
|
||||||
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
list(APPEND DEPLIBS ws2_32 iphlpapi)
|
||||||
elsif (${UNIX})
|
elsif()
|
||||||
list(APPEND DEPLIBS pthread rt)
|
list(APPEND DEPLIBS pthread)
|
||||||
|
if (UNIX)
|
||||||
|
list(APPEND DEPLIBS rt)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue