mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 08:54:49 -04:00
Merge branch 'master' into dev
This commit is contained in:
@@ -29,10 +29,10 @@ if(LIBUSB_FOUND AND LIBBLADERF_FOUND)
|
||||
add_subdirectory(bladerf2input)
|
||||
endif(LIBUSB_FOUND AND LIBBLADERF_FOUND)
|
||||
|
||||
if(LIBUSB_FOUND)
|
||||
if(LIBUSB_FOUND AND NOT APPLE)
|
||||
add_subdirectory(fcdpro)
|
||||
add_subdirectory(fcdproplus)
|
||||
endif()
|
||||
endif(LIBUSB_FOUND AND NOT APPLE)
|
||||
|
||||
find_package(LibHACKRF)
|
||||
if(LIBUSB_FOUND AND LIBHACKRF_FOUND)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
#include <QString>
|
||||
#include <QDebug>
|
||||
#include <cstdlib>
|
||||
#include "cm256.h"
|
||||
#include "cm256cc/cm256.h"
|
||||
#include "util/movingaverage.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user