diff --git a/software/libosmosdr/src/CMakeLists.txt b/software/libosmosdr/src/CMakeLists.txt index 51f56d3..7cd234b 100644 --- a/software/libosmosdr/src/CMakeLists.txt +++ b/software/libosmosdr/src/CMakeLists.txt @@ -30,9 +30,10 @@ target_link_libraries(osmosdr_shared set_target_properties(osmosdr_shared PROPERTIES DEFINE_SYMBOL "osmosdr_EXPORTS") set_target_properties(osmosdr_shared PROPERTIES OUTPUT_NAME osmosdr) +set_target_properties(osmosdr_shared PROPERTIES SOVERSION 0 VERSION 0.0.0) add_library(osmosdr_static STATIC - osmosdr + osmosdr.c ) target_link_libraries(osmosdr_static