2014-05-18 15:52:39 +00:00
|
|
|
project(samplesource)
|
|
|
|
|
2019-07-07 22:59:04 +00:00
|
|
|
add_subdirectory(fileinput)
|
2019-05-01 09:54:58 +00:00
|
|
|
add_subdirectory(testsource)
|
|
|
|
add_subdirectory(localinput)
|
2014-05-18 15:52:39 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(CM256CC_FOUND)
|
|
|
|
add_subdirectory(remoteinput)
|
|
|
|
endif(CM256CC_FOUND)
|
2014-11-05 12:34:33 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_AIRSPY AND LIBAIRSPY_FOUND)
|
2016-10-26 00:40:00 +00:00
|
|
|
add_subdirectory(airspy)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2015-09-10 03:53:37 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_AIRSPYHF AND LIBAIRSPYHF_FOUND)
|
2018-01-11 01:21:29 +00:00
|
|
|
add_subdirectory(airspyhf)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2018-01-11 01:21:29 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_BLADERF AND LIBBLADERF_FOUND)
|
2018-09-19 11:28:14 +00:00
|
|
|
add_subdirectory(bladerf1input)
|
2018-09-23 17:56:24 +00:00
|
|
|
add_subdirectory(bladerf2input)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2018-05-29 15:00:53 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_FUNCUBE AND UNIX AND LIBUSB_FOUND)
|
2018-05-29 15:00:53 +00:00
|
|
|
add_subdirectory(fcdpro)
|
|
|
|
add_subdirectory(fcdproplus)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2018-05-29 15:00:53 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_HACKRF AND LIBHACKRF_FOUND)
|
2016-12-27 02:14:50 +00:00
|
|
|
add_subdirectory(hackrfinput)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2015-09-24 00:50:24 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_LIMESUITE AND LIMESUITE_FOUND)
|
2017-04-16 02:58:52 +00:00
|
|
|
add_subdirectory(limesdrinput)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
|
|
|
|
|
|
|
if(ENABLE_MIRISDR AND LIBMIRISDR_FOUND)
|
|
|
|
add_subdirectory(sdrplay)
|
|
|
|
endif()
|
2017-04-16 02:58:52 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_PERSEUS AND LIBPERSEUS_FOUND AND RX_SAMPLE_24BIT)
|
2018-05-29 15:00:53 +00:00
|
|
|
add_subdirectory(perseus)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2018-05-29 15:00:53 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_XTRX AND LIBXTRX_FOUND)
|
|
|
|
add_subdirectory(xtrxinput)
|
|
|
|
endif()
|
2018-12-29 00:20:48 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_IIO AND LIBIIO_FOUND)
|
2017-09-02 03:39:55 +00:00
|
|
|
add_subdirectory(plutosdrinput)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2017-09-02 03:39:55 +00:00
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_RTLSDR AND LIBRTLSDR_FOUND)
|
2018-05-29 15:00:53 +00:00
|
|
|
add_subdirectory(rtlsdr)
|
2018-10-29 15:39:25 +00:00
|
|
|
endif()
|
|
|
|
|
2019-05-01 09:54:58 +00:00
|
|
|
if(ENABLE_SOAPYSDR AND SOAPYSDR_FOUND)
|
2018-12-01 09:09:10 +00:00
|
|
|
add_subdirectory(soapysdrinput)
|
2019-05-01 09:54:58 +00:00
|
|
|
endif()
|
2016-10-26 00:40:00 +00:00
|
|
|
|
2019-06-07 07:33:33 +00:00
|
|
|
add_subdirectory(kiwisdr)
|