mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 13:33:29 -07:00
Update CMakeLists.txt
This commit is contained in:
parent
2f9386f767
commit
0c5ecde035
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ if(WIN32)
|
||||||
list(APPEND DEPLIBS ws2_32)
|
list(APPEND DEPLIBS ws2_32)
|
||||||
list(APPEND DEPLIBS iphlpapi)
|
list(APPEND DEPLIBS iphlpapi)
|
||||||
else()
|
else()
|
||||||
list(APPEND DEPLIBS pthread)
|
list(APPEND DEPLIBS pthread rt)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue