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 364aae5 commit f275a6d
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 @@ -580,7 +580,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 f275a6d

Please sign in to comment.