f4exb / dsdcc

Digital Speech Decoder (DSD) rewritten as a C++ library
286 stars 60 forks source link

Set SOVERSION on library, and install to default lib dir #27

Closed df7cb closed 4 years ago

df7cb commented 4 years ago

CMakeLists.txt was erroneously setting the SOVERSION on the binary instead of the library. Also, properly install to /usr/lib/.

df7cb commented 4 years ago

Fwiw, I'm working on getting sdrangel into Debian, and this is one of the prerequisite libraries. Thanks for such a great project!