diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 22:00:36 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-06 22:00:36 -0500 |
commit | 6e5dfe1a3e2613df24fd1b47f5eb764eaf3dbd9f (patch) | |
tree | 6b6ced438fef13284a9eb0fc870c15367971c777 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 64d8f82c531a477262304bf93b98c2de4eb83d35 (diff) |
blocks: moved burst_tagger to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 79f095d265..16f495616e 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -102,6 +102,7 @@ install(FILES count_bits.h log2_const.h add_ff.h + burst_tagger.h char_to_float.h char_to_short.h complex_to_interleaved_short.h |