mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Mayaqua/CMakeLists: Fix win32 build without vcpkg
This commit is contained in:
parent
cbb90c5f23
commit
1b79df7954
@ -63,6 +63,8 @@ if(WIN32)
|
|||||||
"setupapi.lib"
|
"setupapi.lib"
|
||||||
"winmm.lib"
|
"winmm.lib"
|
||||||
"WtsApi32.Lib"
|
"WtsApi32.Lib"
|
||||||
|
"ws2_32.lib"
|
||||||
|
"crypt32.lib"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user