Add rtl_biast as install target

Thanks to https://github.com/erikarn for pointing this out.
This commit is contained in:
Steve Markgraf 2020-06-06 21:30:23 +02:00
parent d794155ba6
commit c1faae295c
1 changed files with 1 additions and 1 deletions

View File

@ -162,6 +162,6 @@ install(TARGETS rtlsdr EXPORT RTLSDR-export
install(TARGETS rtlsdr_static EXPORT RTLSDR-export
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} # .so/.dylib file
)
install(TARGETS rtl_sdr rtl_tcp rtl_test rtl_fm rtl_eeprom rtl_adsb rtl_power
install(TARGETS rtl_sdr rtl_tcp rtl_test rtl_fm rtl_eeprom rtl_adsb rtl_power rtl_biast
DESTINATION ${CMAKE_INSTALL_BINDIR}
)