diff options
author | Tom Rondeau | 2012-04-26 20:05:59 -0400 |
---|---|---|
committer | Tom Rondeau | 2012-04-27 23:20:28 -0400 |
commit | d79054551fee36eda99a142aff2856f20b4787fa (patch) | |
tree | 4148248086ced3aad44cd38f616106c27af2368e /CMakeLists.txt | |
parent | 03d62861b6f1294cdf0e9ff1c8672a7973ebc9db (diff) | |
download | gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.tar.gz gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.tar.bz2 gnuradio-d79054551fee36eda99a142aff2856f20b4787fa.zip |
gr-fft: creates a gr-fft top-level component.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5731ee907..dad398e8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,6 +228,7 @@ add_subdirectory(gruel) add_subdirectory(gnuradio-core) add_subdirectory(grc) +add_subdirectory(gr-fft) add_subdirectory(gr-atsc) add_subdirectory(gr-audio) add_subdirectory(gr-comedi) |