mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 03:15:11 +00:00
Link with crypt32 and iphlpapi
This commit is contained in:
parent
ee7fb4f42d
commit
1dbc538b4b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,5 +26,5 @@ endif (APPLE)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
list(APPEND LIBWEBRTC_LIBRARIES msdmo.lib wmcodecdspuuid.lib dmoguids.lib
|
list(APPEND LIBWEBRTC_LIBRARIES msdmo.lib wmcodecdspuuid.lib dmoguids.lib
|
||||||
ole32.lib secur32.lib winmm.lib ws2_32.lib)
|
crypt32.lib iphlpapi.lib ole32.lib secur32.lib winmm.lib ws2_32.lib)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue