diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 22:45:00 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-10 22:45:00 -0400 |
commit | 45f9c0a5792526279ebf5ffa6a4853c7e2de6dd6 (patch) | |
tree | 454906e3eb7109a56a3ffa471ac2dfdb1727fd50 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | bd2e8bc700d0a78c682a9caa4a506e8ae9f631ef (diff) |
blocks: moved file sink and base and descriptor source/sink to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 7e9c396daf..16df3cac1a 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -101,6 +101,7 @@ install(FILES api.h control_loop.h count_bits.h + file_sink_base.h fxpt.h fxpt_nco.h fxpt_vco.h @@ -123,6 +124,9 @@ install(FILES conjugate_cc.h deinterleave.h delay.h + file_descriptor_sink.h + file_descriptor_source.h + file_sink.h file_source.h file_meta_sink.h file_meta_source.h |