diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 09:54:14 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 09:54:14 -0500 |
commit | 520626bcc203a15ec22ed7351204662a33a17ef5 (patch) | |
tree | bcbf90619e9ad3971f74c1990ee87305ce2940fc /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 53ff88a6d6721aa7d31e70bf74511e1138fa833e (diff) |
blocks: moving message blocks to gr-blocks.
message_burst_source, message_source, message_sink, message_debug, message_strobe.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 585810864a..66cdbf41c5 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -125,6 +125,11 @@ install(FILES interleaved_short_to_complex.h keep_m_in_n.h keep_one_in_n.h + message_debug.h + message_sink.h + message_source.h + message_strobe.h + message_burst_source.h multiply_cc.h multiply_ff.h multiply_conjugate_cc.h |