1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Update CMakeLists.txt

This commit is contained in:
Yihong Wu 2023-01-07 10:27:47 +09:00 committed by GitHub
parent 1b79df7954
commit 6e48227d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ if(WIN32)
target_link_libraries(mayaqua
PRIVATE
"crypt32.lib"
"DbgHelp.Lib"
"dwmapi.lib"
"iphlpapi.lib"
@ -62,9 +63,8 @@ if(WIN32)
"Secur32.Lib"
"setupapi.lib"
"winmm.lib"
"WtsApi32.Lib"
"ws2_32.lib"
"crypt32.lib"
"WtsApi32.Lib"
)
endif()