Merge pull request #28 from howard0su/experimental

Build system fix and cleanup
This commit is contained in:
AlexandreRouma
2020-10-24 14:55:41 +02:00
committed by GitHub
8 changed files with 65 additions and 71 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <vector>
#include <dsp/stream.h>
#include <volk.h>
#include <volk/volk.h>
namespace dsp {
template <class D, class I, class O, int IC, int OC>

View File

@ -2,7 +2,7 @@
#include <thread>
#include <dsp/stream.h>
#include <dsp/types.h>
#include <volk.h>
#include <volk/volk.h>
#ifndef M_PI
#define M_PI 3.1415926535f

View File

@ -2,7 +2,6 @@
#include <thread>
#include <dsp/stream.h>
#include <dsp/types.h>
#include <volk.h>
#include <spdlog/spdlog.h>
namespace dsp {