diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 10:21:23 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 10:21:23 -0500 |
commit | 242997af1838146a56547d8ac9e2719eadebe66f (patch) | |
tree | 43d29b68fb7685f17b1a8b93de1428d66606285b /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 6e5dfe1a3e2613df24fd1b47f5eb764eaf3dbd9f (diff) |
blocks: moving bin_statistics_f into gr-blocks.
QA worked, but keeping disabled for now in reference to issue #199.
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 16f495616e..684639e07e 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 + bin_statistics_f.h burst_tagger.h char_to_float.h char_to_short.h |