diff options
author | Josh Blum | 2011-10-20 14:40:15 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-20 14:40:15 -0700 |
commit | f4ed279bba9924bf63b9b883906e7c83887fb3fe (patch) | |
tree | e41c156d842b510d71d9ffd5419fa83960a9be2e /CMakeLists.txt | |
parent | dfe18fee44d1c03af186aeacd2adc97b6b129297 (diff) | |
download | gnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.tar.gz gnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.tar.bz2 gnuradio-f4ed279bba9924bf63b9b883906e7c83887fb3fe.zip |
utils: added cmake support for the gr-utils
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 c175bdd77..6bd31dbe4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -203,6 +203,7 @@ add_subdirectory(gr-pager) add_subdirectory(gr-qtgui) add_subdirectory(gr-trellis) add_subdirectory(gr-uhd) +add_subdirectory(gr-utils) add_subdirectory(gr-video-sdl) add_subdirectory(gr-vocoder) add_subdirectory(gr-wxgui) |