diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-27 06:50:22 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-06-27 06:50:22 -0700 |
commit | be1219b0623bbceb5bca6a6f6774f0669f52bdde (patch) | |
tree | 508b604e7871a5ec8e14ec398632928a0d33ff79 /gr-blocks/lib/CMakeLists.txt | |
parent | 3de0c77ed91e417c0b54972a78ffbad62f4bbb87 (diff) |
blocks: added gr::blocks::interleaved_short_to_complex
Diffstat (limited to 'gr-blocks/lib/CMakeLists.txt')
-rw-r--r-- | gr-blocks/lib/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt index 16656dafc1..21b17d3154 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -135,6 +135,8 @@ list(APPEND gr_blocks_sources float_array_to_uchar.cc float_to_uchar_impl.cc int_to_float_impl.cc + interleaved_short_array_to_complex.cc + interleaved_short_to_complex_impl.cc multiply_cc_impl.cc multiply_ff_impl.cc multiply_const_cc_impl.cc |