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

Mayaqua/CMakeLists: Fix win32 build without vcpkg

This commit is contained in:
Yihong Wu 2023-01-06 22:32:28 +09:00
parent cbb90c5f23
commit 1b79df7954

View File

@ -63,6 +63,8 @@ if(WIN32)
"setupapi.lib"
"winmm.lib"
"WtsApi32.Lib"
"ws2_32.lib"
"crypt32.lib"
)
endif()