mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-02-04 22:34:59 +01:00
add api version information to the library when building with cmake
This commit is contained in:
parent
3198f14f44
commit
b345963947
@ -34,6 +34,7 @@ target_link_libraries(rtlsdr_shared
|
||||
|
||||
set_target_properties(rtlsdr_shared PROPERTIES DEFINE_SYMBOL "rtlsdr_EXPORTS")
|
||||
set_target_properties(rtlsdr_shared PROPERTIES OUTPUT_NAME rtlsdr)
|
||||
set_target_properties(rtlsdr_shared PROPERTIES SOVERSION 0 VERSION 0.0.0)
|
||||
|
||||
add_library(rtlsdr_static STATIC
|
||||
rtl-sdr.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user