Files

11 lines
118 B
CMake
Raw Permalink Normal View History

2026-07-22 22:02:06 +08:00
add_library(
wrapper
./socket.cpp
./address.cpp
)
target_link_libraries(
wrapper
PUBLIC ws2_32
)