dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
797 stars 195 forks source link

Add cmake option for building static libraries. #52

Closed Shelnutt2 closed 6 years ago

Shelnutt2 commented 6 years ago

This add a cmake option for building the static libraries to make static linking easier from cmake projects. An update to the readme is added showing the new option.

There is no changes to existing builds unless the BUILD_STATIC_LIBS option is set.

Shelnutt2 commented 6 years ago

Thank you for considering this pull request. I have made the requested changed in the readme file, please review again.