mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 12:47:40 +01:00
use different library names for
static/shared variants
This commit is contained in:
parent
39482fee74
commit
2115949bb3
@ -47,7 +47,8 @@ target_link_libraries(rtlsdr_static
|
|||||||
)
|
)
|
||||||
|
|
||||||
set_target_properties(rtlsdr_static PROPERTIES DEFINE_SYMBOL "rtlsdr_STATIC")
|
set_target_properties(rtlsdr_static PROPERTIES DEFINE_SYMBOL "rtlsdr_STATIC")
|
||||||
set_target_properties(rtlsdr_static PROPERTIES OUTPUT_NAME rtlsdr)
|
# Force same library filename for static and shared variants of the library
|
||||||
|
#set_target_properties(rtlsdr_static PROPERTIES OUTPUT_NAME rtlsdr)
|
||||||
########################################################################
|
########################################################################
|
||||||
# Install built library files
|
# Install built library files
|
||||||
########################################################################
|
########################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user