add_library(
    wrapper
    ./socket.cpp
    ./address.cpp
)

target_link_libraries(
    wrapper
    PUBLIC ws2_32
)
