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 0394f19 commit 21de424
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 @@ -966,7 +966,7 @@ endif()

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

Expand Down

0 comments on commit 21de424

Please sign in to comment.