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

make libsocket a catkin package #44

Closed AustinDeric closed 7 years ago

AustinDeric commented 7 years ago

add package.xml so catkin (http://wiki.ros.org/catkin) can find this package. Use the following to link to the library: target_link_libraries(my_lib ${CATKIN_DEVEL_PREFIX}/lib/libsocket++.so)

Its not perfect, it needs the following improvements: