summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2012-06-23 07:46:42 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-06-23 07:47:37 -0700
commitc16e6eba638ebe3bdf5ee4770ce409481c8e1c7a (patch)
treeab0459cc13ffe112abe05aaadffaee1df7d0f327 /gr-blocks/lib/CMakeLists.txt
parentc485d5210ffd026f2ee0b1517c42d7017cb937e9 (diff)
blocks: added gr::blocks::complex_to_interleaved_short
Diffstat (limited to 'gr-blocks/lib/CMakeLists.txt')
-rw-r--r--gr-blocks/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/lib/CMakeLists.txt b/gr-blocks/lib/CMakeLists.txt
index 501529dd98..907ad672e0 100644
--- a/gr-blocks/lib/CMakeLists.txt
+++ b/gr-blocks/lib/CMakeLists.txt
@@ -120,6 +120,7 @@ list(APPEND gr_blocks_sources
add_ff_impl.cc
char_to_float_impl.cc
char_to_short_impl.cc
+ complex_to_interleaved_short_impl.cc
multiply_cc_impl.cc
multiply_ff_impl.cc
multiply_const_cc_impl.cc