Skip to content

Commit

Permalink
Add user32 and advapi32 as dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemirtingas authored and Fsu0413 committed Sep 2, 2024
1 parent 01d6cee commit ac080d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ target_compile_definitions(crypto

if (WIN32)
target_link_libraries(crypto
PUBLIC ws2_32 crypt32
PUBLIC ws2_32 crypt32 user32 advapi32
)
endif()

Expand Down

0 comments on commit ac080d2

Please sign in to comment.