--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -66,6 +66,8 @@
 endif()
 
 set_target_properties(gnuradio-fcdproplus PROPERTIES DEFINE_SYMBOL "gnuradio_fcdproplus_EXPORTS")
+set_target_properties(gnuradio-fcdproplus PROPERTIES OUTPUT_NAME gnuradio-fcdproplus)
+set_target_properties(gnuradio-fcdproplus PROPERTIES SOVERSION 0 VERSION 0.0.0)
 
 MESSAGE(STATUS "Audio LIBS: ${GNURADIO_AUDIO_LIBRARIES}")
 
