Link with crypt32 and iphlpapi

This commit is contained in:
Axel Isouard 2017-03-27 13:25:37 +02:00
parent ee7fb4f42d
commit 1dbc538b4b

View file

@ -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)