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 f90d5ee commit 89edab7
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 @@ -731,7 +731,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 89edab7

Please sign in to comment.