This website requires JavaScript.
Explore
Help
Register
Sign In
12hydrogen
/
winsock2_wrapper
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
winsock2_wrapper
/
socket
/
CMakeLists.txt
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
11 lines
118 B
CMake
Raw
Permalink
Normal View
History
Unescape
Escape
Rebuild directory structure
2026-07-22 22:02:06 +08:00
add_library
(
wrapper
./socket.cpp
./address.cpp
)
target_link_libraries
(
wrapper
PUBLIC
ws2_32
)
Reference in New Issue
Copy Permalink