refactored
This commit is contained in:
@@ -11,7 +11,7 @@ TARGET ?= $(NAME)
|
|||||||
|
|
||||||
CXXFLAGS += -std=c++11
|
CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
INCLUDES += -I $(realpath .) -I $(realpath ../public)
|
INCLUDES += -I $(realpath .) -I $(realpath ../../)
|
||||||
|
|
||||||
CXX_SRCS := test_ringbuffer.cpp
|
CXX_SRCS := test_ringbuffer.cpp
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#include "../public/dsp_ringbuffer.hpp"
|
#include <delay/ringbuffer.hpp>
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user