use different library names for

static/shared variants
This commit is contained in:
Dimitri Stolnikov 2012-04-02 23:23:51 +02:00
parent 39482fee74
commit 2115949bb3
1 changed files with 2 additions and 1 deletions

View File

@ -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 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
########################################################################