From 2e2ed85be902b5ddae91bf22d9051554b1bdfd0b Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Wed, 20 Feb 2013 11:47:19 -0500 Subject: blocks: adding count_bits code to gr-blocks. --- gr-blocks/include/blocks/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-blocks/include/blocks/CMakeLists.txt') diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 0459097b0..37790b7cf 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -89,6 +89,7 @@ add_custom_target(blocks_generated_includes DEPENDS install(FILES ${generated_includes} api.h + count_bits.h add_ff.h char_to_float.h char_to_short.h -- cgit