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
|
|
|
|
2020-11-23 20:16:25 +00:00
|
|
|
if (CM256CC_FOUND AND (HAS_SSE3 OR HAS_NEON))
|
2019-05-01 09:54:58 +00:00
|
|
|
add_subdirectory(remoteinput)
|
2020-11-23 20:16:25 +00:00
|
|
|
endif()
|
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
|
|
|
|
2022-05-29 20:26:04 +00:00
|
|
|
if(ENABLE_FUNCUBE AND LIBUSB_FOUND AND HIDAPI_FOUND)
|
2022-03-06 00:30:15 +00:00
|
|
|
add_subdirectory(fcdpro)
|
|
|
|
add_subdirectory(fcdproplus)
|
|
|
|
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
|
|
|
|
2021-04-11 20:21:36 +00:00
|
|
|
if(ENABLE_SDRPLAY AND SDRPLAY_FOUND)
|
|
|
|
add_subdirectory(sdrplayv3)
|
|
|
|
endif()
|
|
|
|
|
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
|
|
|
|
2020-11-21 11:16:49 +00:00
|
|
|
if(LIBSIGMF_FOUND AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
2020-11-10 01:09:21 +00:00
|
|
|
add_subdirectory(sigmffileinput)
|
|
|
|
endif()
|
|
|
|
|
2020-10-02 21:45:28 +00: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 01:09:21 +00:00
|
|
|
add_subdirectory(kiwisdr)
|