diff options
author | Johnathan Corgan | 2012-07-04 07:11:51 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-07-04 07:11:51 -0700 |
commit | 4c85f46aee089432b090b988dedbc42091084ba3 (patch) | |
tree | 77753a2ddc0384e1552a8ba74b2614c4fa2f5bd0 /gr-blocks/lib/CMakeLists.txt | |
parent | 312de88604d052142f91ae4eb292ccd25fac7963 (diff) | |
download | gnuradio-4c85f46aee089432b090b988dedbc42091084ba3.tar.gz gnuradio-4c85f46aee089432b090b988dedbc42091084ba3.tar.bz2 gnuradio-4c85f46aee089432b090b988dedbc42091084ba3.zip |
blocks: added gr::blocks::or_XX (bb ss ii)
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 3bf1db750..3e3650d67 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -96,6 +96,7 @@ expand_cc_h_impl(multiply_XX ss ii) expand_cc_h_impl(multiply_const_XX ss ii) expand_cc_h_impl(multiply_const_vXX ss ii ff cc) expand_cc_h_impl(not_XX bb ss ii) +expand_cc_h_impl(or_XX bb ss ii) expand_cc_h_impl(sub_XX ss ii ff cc) ######################################################################## |