Add needed library for windows (crypt32)
This commit is contained in:
parent
459e08c1b4
commit
be83b71452
@ -340,7 +340,7 @@ if (WIN32)
|
||||
target_link_libraries(tdutils PRIVATE ws2_32 Mswsock Normaliz psapi)
|
||||
endif()
|
||||
if (NOT CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
target_link_libraries(tdutils PRIVATE shell32)
|
||||
target_link_libraries(tdutils PRIVATE shell32 crypt32)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user