diff options
author | Johnathan Corgan | 2012-06-24 11:42:20 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-06-24 11:42:20 -0700 |
commit | 8c23d9f9ebfe04b60d59efc636c6d5b02baacc99 (patch) | |
tree | 772c33274d13715b0e7b807292765a42414c38c4 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | b48716fe0b666cf2be605c0c7d79111c6caf96c5 (diff) | |
download | gnuradio-8c23d9f9ebfe04b60d59efc636c6d5b02baacc99.tar.gz gnuradio-8c23d9f9ebfe04b60d59efc636c6d5b02baacc99.tar.bz2 gnuradio-8c23d9f9ebfe04b60d59efc636c6d5b02baacc99.zip |
blocks: added gr::blocks::float_to_complex
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 374ecadf5..96f42a699 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -94,6 +94,7 @@ install(FILES complex_to_mag_squared.h complex_to_arg.h float_to_char.h + float_to_complex.h multiply_cc.h multiply_ff.h multiply_const_cc.h |