diff options
author | Johnathan Corgan | 2012-07-04 07:22:49 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-07-04 07:22:49 -0700 |
commit | a76cd7d47576054d7fac37710a8f79b908d18b00 (patch) | |
tree | 1692fd16e2f11fa4edf5eb1414931303e76fb442 /gr-blocks/lib/CMakeLists.txt | |
parent | 4c85f46aee089432b090b988dedbc42091084ba3 (diff) | |
download | gnuradio-a76cd7d47576054d7fac37710a8f79b908d18b00.tar.gz gnuradio-a76cd7d47576054d7fac37710a8f79b908d18b00.tar.bz2 gnuradio-a76cd7d47576054d7fac37710a8f79b908d18b00.zip |
blocks: added gr::blocks::xor_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 3e3650d67..77f0c6eca 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -98,6 +98,7 @@ 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) +expand_cc_h_impl(xor_XX bb ss ii) ######################################################################## # Setup the include and linker paths |