diff options
Diffstat (limited to 'gnuradio-runtime/lib/CMakeLists.txt')
-rw-r--r-- | gnuradio-runtime/lib/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnuradio-runtime/lib/CMakeLists.txt b/gnuradio-runtime/lib/CMakeLists.txt index ca96549386..6fcd31bac4 100644 --- a/gnuradio-runtime/lib/CMakeLists.txt +++ b/gnuradio-runtime/lib/CMakeLists.txt @@ -55,16 +55,17 @@ add_library(gnuradio-runtime block_gateway_impl.cc block_registry.cc buffer.cc + buffer_context.cc buffer_double_mapped.cc buffer_reader.cc buffer_reader_sm.cc buffer_single_mapped.cc - buffer_type.cc flat_flowgraph.cc flowgraph.cc hier_block2.cc hier_block2_detail.cc high_res_timer.cc + host_buffer.cc io_signature.cc local_sighandler.cc logger.cc @@ -335,6 +336,7 @@ if(ENABLE_TESTING) qa_buffer.cc qa_io_signature.cc qa_logger.cc + qa_host_buffer.cc qa_vmcircbuf.cc ) list(APPEND GR_TEST_TARGET_DEPS gnuradio-runtime gnuradio-pmt) |