diff options
author | Johnathan Corgan | 2012-07-01 09:15:14 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-07-01 09:15:14 -0700 |
commit | 70d89e2051264876055fe9f73cbcb2823806b3ee (patch) | |
tree | ea53cb65047428348d18c06bebfa6c5d07d543c7 /gr-blocks/lib/CMakeLists.txt | |
parent | ee1a53b4a971e4b9623f504628231a273157f462 (diff) | |
download | gnuradio-70d89e2051264876055fe9f73cbcb2823806b3ee.tar.gz gnuradio-70d89e2051264876055fe9f73cbcb2823806b3ee.tar.bz2 gnuradio-70d89e2051264876055fe9f73cbcb2823806b3ee.zip |
blocks: added gr::blocks::nlog10_ff
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 b73bf2994..cd07cef2f 100644 --- a/gr-blocks/lib/CMakeLists.txt +++ b/gr-blocks/lib/CMakeLists.txt @@ -144,6 +144,7 @@ list(APPEND gr_blocks_sources multiply_conjugate_cc_impl.cc multiply_const_cc_impl.cc multiply_const_ff_impl.cc + nlog10_ff_impl.cc short_to_char_impl.cc short_to_float_impl.cc uchar_array_to_float.cc |