diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:28:18 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-18 12:28:18 -0400 |
commit | 19e39553188395a4ee057fa8c5e0f92cbeda4f28 (patch) | |
tree | e5e1b8bcaee26ae85a7e998f08504867878f21ed /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 65d88f0b28e233c82bc4f0c07072085a3d18c163 (diff) |
blocks: moved lfsr and friends to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index b34809ae59..fcd31e31a8 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -108,6 +108,8 @@ install(FILES fxpt.h fxpt_nco.h fxpt_vco.h + lfsr_15_1_0.h + lfsr_32k.h log2_const.h rotator.h nco.h @@ -121,6 +123,7 @@ install(FILES burst_tagger.h char_to_float.h char_to_short.h + check_lfsr_32k_s.h complex_to_interleaved_short.h complex_to_float.h complex_to_imag.h |