Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 314 Bytes

libnetwork

Description

link this library statically or dynamically to your project and use the provided network capabilities, nothing is completed yet its just a barebone for now

Usage

add this to your cmake

add_subdirectory(libnetwork)

target_link_libraries( ${PROJECT_TARGET} PRIVATE network)