mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge pull request #1740 from domosekai/cmake
Mayaqua/CMakeLists: Fix win32 build without vcpkg
This commit is contained in:
commit
58c0e1ded4
@ -54,6 +54,7 @@ if(WIN32)
|
||||
|
||||
target_link_libraries(mayaqua
|
||||
PRIVATE
|
||||
"crypt32.lib"
|
||||
"DbgHelp.Lib"
|
||||
"dwmapi.lib"
|
||||
"iphlpapi.lib"
|
||||
@ -62,6 +63,7 @@ if(WIN32)
|
||||
"Secur32.Lib"
|
||||
"setupapi.lib"
|
||||
"winmm.lib"
|
||||
"ws2_32.lib"
|
||||
"WtsApi32.Lib"
|
||||
)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user