--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -38,6 +38,8 @@
 add_library(gnuradio-fcdproplus SHARED ${fcdproplus_sources})
 target_link_libraries(gnuradio-fcdproplus ${Boost_LIBRARIES}  ${GNURADIO_RUNTIME_LIBRARIES} ${GNURADIO_BLOCKS_LIBRARIES} ${GNURADIO_AUDIO_LIBRARIES} ${LIBUSB_LIBRARIES})
 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}")
 ########################################################################
 # Install built library files
