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