1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00

Link necessary libs for Win32 builds

This commit is contained in:
Yihong Wu 2022-11-09 04:15:54 +09:00
parent 05045c98b7
commit 1aefc46906

View File

@ -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()