mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
Debian build: airspyhf: removed unwanted int16 converter
This commit is contained in:
parent
afe665cf33
commit
796daa5371
@ -5,14 +5,12 @@ find_package(LibUSB)
|
||||
set(airspyhf_SOURCES
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.c
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.c
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/iqconverter_int16.c
|
||||
)
|
||||
|
||||
set(airspyhf_HEADERS
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf.h
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/airspyhf_commands.h
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/iqbalancer.h
|
||||
${LIBAIRSPYHFSRC}/libairspyhf/src/iqconverter_int16.h
|
||||
)
|
||||
|
||||
include_directories(
|
||||
|
Loading…
Reference in New Issue
Block a user