diff options
author | Tom Rondeau <trondeau@vt.edu> | 2013-03-09 16:08:05 -0500 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2013-03-09 16:08:05 -0500 |
commit | bd2e8bc700d0a78c682a9caa4a506e8ae9f631ef (patch) | |
tree | 4e88261b074352d449b4cbff8c864779b064a610 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | 21c95a82a495f0cf9dfe511f9ef370bae9ac0eeb (diff) |
blocks: moving control_loop into 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 d5f1448b45..7e9c396daf 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -99,6 +99,7 @@ add_custom_target(blocks_generated_includes DEPENDS install(FILES ${generated_includes} api.h + control_loop.h count_bits.h fxpt.h fxpt_nco.h |