vmcircbuffer 0.0.14

Double Mapped Circular Buffer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
project(NullRandFlowgraph)

cmake_minimum_required(VERSION 3.8)

find_package(Gnuradio "3.10" REQUIRED COMPONENTS blocks)

add_executable(copy_flowgraph copy_flowgraph.cpp)

target_link_libraries(copy_flowgraph
  gnuradio::gnuradio-runtime
  gnuradio::gnuradio-pmt
  gnuradio::gnuradio-blocks
)