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
c5e4d5a3a5c78e6cd95a276f6f568fb26090a5a9
winsock2_wrapper
/
socket
/
CMakeLists.txt
T
11 lines
118 B
CMake
Raw
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