2016-10-19 22:32:14 +02:00
|
|
|
project(samplesink)
|
|
|
|
|
2019-10-25 13:50:55 +02:00
|
|
|
add_subdirectory(testsink)
|
2020-08-04 00:29:15 +02:00
|
|
|
add_subdirectory(fileoutput)
|
2019-05-01 11:54:58 +02:00
|
|
|
add_subdirectory(localoutput)
|
2020-11-21 11:15:06 +01:00
|
|
|
add_subdirectory(audiooutput)
|
2016-12-29 12:41:10 +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(remoteoutput)
|
2020-11-23 21:16:25 +01:00
|
|
|
endif()
|
2019-05-01 11:54:58 +02:00
|
|
|
|
|
|
|
if(ENABLE_BLADERF AND LIBBLADERF_FOUND)
|
2018-09-19 08:42:59 +02:00
|
|
|
add_subdirectory(bladerf1output)
|
2018-09-29 05:49:14 +02:00
|
|
|
add_subdirectory(bladerf2output)
|
2019-05-01 11:54:58 +02:00
|
|
|
endif()
|
2016-12-29 12:41:10 +01:00
|
|
|
|
2019-05-01 11:54:58 +02:00
|
|
|
if(ENABLE_HACKRF AND LIBHACKRF_FOUND)
|
2017-01-08 13:04:06 +01:00
|
|
|
add_subdirectory(hackrfoutput)
|
2019-05-01 11:54:58 +02:00
|
|
|
endif()
|
2017-01-08 04:13:20 +01:00
|
|
|
|
2019-05-01 11:54:58 +02:00
|
|
|
if(ENABLE_LIMESUITE AND LIMESUITE_FOUND)
|
2017-04-22 11:33:41 +02:00
|
|
|
add_subdirectory(limesdroutput)
|
2018-10-29 18:27:58 +01:00
|
|
|
endif()
|
|
|
|
|
2019-05-01 11:54:58 +02:00
|
|
|
if(ENABLE_XTRX AND LIBXTRX_FOUND)
|
2019-01-02 15:35:43 +01:00
|
|
|
add_subdirectory(xtrxoutput)
|
2019-05-01 11:54:58 +02:00
|
|
|
endif()
|
2019-01-02 15:35:43 +01:00
|
|
|
|
2019-05-01 11:54:58 +02:00
|
|
|
if(ENABLE_IIO AND LIBIIO_FOUND)
|
2018-05-29 22:03:47 +02:00
|
|
|
add_subdirectory(plutosdroutput)
|
2019-05-01 11:54:58 +02:00
|
|
|
endif()
|
2016-10-19 22:32:14 +02:00
|
|
|
|
2019-05-01 11:54:58 +02:00
|
|
|
if(ENABLE_SOAPYSDR AND SOAPYSDR_FOUND)
|
|
|
|
add_subdirectory(soapysdroutput)
|
|
|
|
endif()
|
2020-10-02 22:45:28 +01:00
|
|
|
|
|
|
|
if(ENABLE_USRP AND UHD_FOUND)
|
|
|
|
add_subdirectory(usrpoutput)
|
|
|
|
endif()
|