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