mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-03 14:57:16 +01:00
Add rtl_biast as install target
Thanks to https://github.com/erikarn for pointing this out.
This commit is contained in:
parent
d794155ba6
commit
c1faae295c
@ -162,6 +162,6 @@ install(TARGETS rtlsdr EXPORT RTLSDR-export
|
|||||||
install(TARGETS rtlsdr_static EXPORT RTLSDR-export
|
install(TARGETS rtlsdr_static EXPORT RTLSDR-export
|
||||||
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} # .so/.dylib file
|
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}
|
DESTINATION ${CMAKE_INSTALL_BINDIR}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user