diff options
author | Tom Rondeau | 2013-02-24 18:55:04 -0500 |
---|---|---|
committer | Tom Rondeau | 2013-02-24 18:55:04 -0500 |
commit | a54dc5bab6cc38513e9732be9f5c2670145b160f (patch) | |
tree | 50c711e17105a00f16486e51fd41d1e3b7786d8d /gr-blocks/include/blocks/CMakeLists.txt | |
parent | ffcaa3436cc8e608cb51bad78ca669b90bd110f2 (diff) | |
download | gnuradio-a54dc5bab6cc38513e9732be9f5c2670145b160f.tar.gz gnuradio-a54dc5bab6cc38513e9732be9f5c2670145b160f.tar.bz2 gnuradio-a54dc5bab6cc38513e9732be9f5c2670145b160f.zip |
blocks: adding threshold, strech, and throttle to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index cd2fea672..8d5fe9b13 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -138,6 +138,9 @@ install(FILES stream_to_vector.h streams_to_stream.h streams_to_vector.h + stretch_ff.h + threshold_ff.h + throttle.h uchar_to_float.h vector_to_stream.h vector_to_streams.h |