mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Update CMakeLists.txt
This commit is contained in:
parent
1b79df7954
commit
6e48227d93
@ -54,6 +54,7 @@ if(WIN32)
|
|||||||
|
|
||||||
target_link_libraries(mayaqua
|
target_link_libraries(mayaqua
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
"crypt32.lib"
|
||||||
"DbgHelp.Lib"
|
"DbgHelp.Lib"
|
||||||
"dwmapi.lib"
|
"dwmapi.lib"
|
||||||
"iphlpapi.lib"
|
"iphlpapi.lib"
|
||||||
@ -62,9 +63,8 @@ if(WIN32)
|
|||||||
"Secur32.Lib"
|
"Secur32.Lib"
|
||||||
"setupapi.lib"
|
"setupapi.lib"
|
||||||
"winmm.lib"
|
"winmm.lib"
|
||||||
"WtsApi32.Lib"
|
|
||||||
"ws2_32.lib"
|
"ws2_32.lib"
|
||||||
"crypt32.lib"
|
"WtsApi32.Lib"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user