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

Enable libsocket to be imported into cmake projects #45

Closed AustinDeric closed 7 years ago

AustinDeric commented 7 years ago

Update libsocket to generate libsocketConfig.cmake and libsocketConfigVersion.cmake for use by find_package() in other cmake projects.

@dermesser, let me know what i can do to help you review or anything else. We really like your repo, thanks for the hard work!

dermesser commented 7 years ago

thanks for the PR, and I apologize for the delay. Nice to know that someone makes use of it!

Jmeyer1292 commented 7 years ago

Hey there! @dermesser Thanks for the cool library. Just FYI, we used it in an open-source driver for an industrial laser profilometer the source code of which can be found here.

We use that driver in a few projects, so we've been trying to improve the install experience for our users in ROS land.