diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 22:35:48 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-07 22:35:48 -0500 |
commit | 42f8854f6d13de7e3f142f3f80233066a032d627 (patch) | |
tree | 5379d0b8655c7cd75cc6b8a2a8b1242c504cf5bd /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 7c79e56792570ffd4e0a17071a3ca7513d63baec (diff) |
blocks: moved fxpt generators to gr-blocks.
Added C++ QA test setup.
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 684639e07e..91d1ee4289 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -100,6 +100,9 @@ install(FILES ${generated_includes} api.h count_bits.h + fxpt.h + fxpt_nco.h + fxpt_vco.h log2_const.h add_ff.h bin_statistics_f.h |