diff options
author | Tom Rondeau | 2013-02-25 21:16:19 -0500 |
---|---|---|
committer | Tom Rondeau | 2013-02-25 21:16:19 -0500 |
commit | 5c7b8118d4d0f8413d64933cabec84b18cdaf193 (patch) | |
tree | 845928241dba18aff7d35727d5bcebf20e0bd766 /gr-blocks/include/blocks/CMakeLists.txt | |
parent | a54dc5bab6cc38513e9732be9f5c2670145b160f (diff) | |
download | gnuradio-5c7b8118d4d0f8413d64933cabec84b18cdaf193.tar.gz gnuradio-5c7b8118d4d0f8413d64933cabec84b18cdaf193.tar.bz2 gnuradio-5c7b8118d4d0f8413d64933cabec84b18cdaf193.zip |
blocks: moved transcendental block to gr-blocks.
Diffstat (limited to 'gr-blocks/include/blocks/CMakeLists.txt')
-rw-r--r-- | gr-blocks/include/blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/include/blocks/CMakeLists.txt b/gr-blocks/include/blocks/CMakeLists.txt index 8d5fe9b13..d3c08f6e6 100644 --- a/gr-blocks/include/blocks/CMakeLists.txt +++ b/gr-blocks/include/blocks/CMakeLists.txt @@ -141,6 +141,7 @@ install(FILES stretch_ff.h threshold_ff.h throttle.h + transcendental.h uchar_to_float.h vector_to_stream.h vector_to_streams.h |