mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
Perseus support (3)
This commit is contained in:
@@ -71,6 +71,12 @@ if(CM256CC_FOUND AND LIBNANOMSG_FOUND)
|
||||
add_subdirectory(sdrdaemonsource)
|
||||
endif(CM256CC_FOUND AND LIBNANOMSG_FOUND)
|
||||
|
||||
find_package(LibPerseus)
|
||||
if(LIBUSB_FOUND AND RX_SAMPLE_24BIT AND LIBPERSEUS_FOUND)
|
||||
message(STATUS "Add Persesus plugin")
|
||||
add_subdirectory(perseus)
|
||||
endif(LIBUSB_FOUND AND LIBPERSEUS_FOUND)
|
||||
|
||||
if (BUILD_DEBIAN)
|
||||
if (LIBNANOMSG_FOUND)
|
||||
add_subdirectory(sdrdaemonsource)
|
||||
|
||||
@@ -16,14 +16,13 @@
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QAction>
|
||||
#include <perseus-sdr.h>
|
||||
#include "perseus-sdr.h"
|
||||
|
||||
#include <device/devicesourceapi.h>
|
||||
#include "plugin/pluginapi.h"
|
||||
#include "util/simpleserializer.h"
|
||||
#include "airspyhfplugin.h"
|
||||
#include "airspyhfgui.h"
|
||||
|
||||
#include "perseusplugin.h"
|
||||
#include "perseusgui.h"
|
||||
|
||||
const PluginDescriptor PerseusPlugin::m_pluginDescriptor = {
|
||||
QString("Perseus Input"),
|
||||
|
||||
Reference in New Issue
Block a user