I found only this strings
find_library(WSOCK32_LIBRARY wsock32)
find_library(WS2_32_LIBRARY ws2_32)
(i'm begginer in cmake) how to link winsock2 (winsock?) in cmake?
I found only this strings
find_library(WSOCK32_LIBRARY wsock32)
find_library(WS2_32_LIBRARY ws2_32)
(i'm begginer in cmake) how to link winsock2 (winsock?) in cmake?
Since these are both part of the Windows SDK, you shouldn't need to do a search for them. Assuming you have the SDK installed, you can just do something like: