Description: set suitable soname for Debian packaged gnuradio libraries.
Author: A. Maitland Bottoms <bottoms@debian.org>

--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -44,6 +44,8 @@
     PUBLIC $<INSTALL_INTERFACE:include>
   )
 set_target_properties(gnuradio-hpsdr PROPERTIES DEFINE_SYMBOL "gnuradio_hpsdr_EXPORTS")
+set_target_properties(gnuradio-hpsdr PROPERTIES OUTPUT_NAME gnuradio-hpsdr)
+set_target_properties(gnuradio-hpsdr PROPERTIES SOVERSION 1.2 VERSION 1.2)
 
 if(APPLE)
     set_target_properties(gnuradio-hpsdr PROPERTIES
