diff options
author | Johnathan Corgan | 2012-03-11 15:18:15 -0700 |
---|---|---|
committer | Johnathan Corgan | 2012-03-11 19:37:40 -0700 |
commit | 72576bd2d87b83ccc1661b695278e0dee8fe21a4 (patch) | |
tree | 045f8e269cd98b9574be9ccceff6eaea61ad4b10 /CMakeLists.txt | |
parent | 9f9b2f0b7527b1a82dfad5337c33fac5aef30ca4 (diff) | |
download | gnuradio-72576bd2d87b83ccc1661b695278e0dee8fe21a4.tar.gz gnuradio-72576bd2d87b83ccc1661b695278e0dee8fe21a4.tar.bz2 gnuradio-72576bd2d87b83ccc1661b695278e0dee8fe21a4.zip |
fcd: cmake build work in progress
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 b6b5eb496..3bd0c35aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,6 +229,7 @@ add_subdirectory(gr-shd) add_subdirectory(gr-utils) add_subdirectory(gr-video-sdl) add_subdirectory(gr-vocoder) +add_subdirectory(gr-fcd) add_subdirectory(gr-wxgui) add_subdirectory(gnuradio-examples/grc) add_subdirectory(gnuradio-examples/python) |