diff options
author | Johnathan Corgan | 2012-06-30 08:26:58 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-06-30 08:26:58 -0700 |
commit | ee1a53b4a971e4b9623f504628231a273157f462 (patch) | |
tree | e60b7606ce085f4ad5469c59e2d17eac2fd60fea /gr-blocks/lib/CMakeLists.txt | |
parent | 25b0d584f5189c39817af98d403c461a59dd3419 (diff) | |
download | gnuradio-ee1a53b4a971e4b9623f504628231a273157f462.tar.gz gnuradio-ee1a53b4a971e4b9623f504628231a273157f462.tar.bz2 gnuradio-ee1a53b4a971e4b9623f504628231a273157f462.zip |
blocks: aded gr::blocks::multiply_conjugate_cc
Diffstat (limited to 'gr-blocks/lib/CMakeLists.txt')
-rw-r--r-- | gr-blocks/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt index e3a40dfc8..b73bf2994 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -141,6 +141,7 @@ list(APPEND gr_blocks_sources interleaved_short_to_complex_impl.cc multiply_cc_impl.cc multiply_ff_impl.cc + multiply_conjugate_cc_impl.cc multiply_const_cc_impl.cc multiply_const_ff_impl.cc short_to_char_impl.cc |