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 50d40b7 commit d35e7f6
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 @@ -875,7 +875,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 d35e7f6

Please sign in to comment.