summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum2011-10-20 14:40:15 -0700
committerJosh Blum2011-10-20 14:40:15 -0700
commitf4ed279bba9924bf63b9b883906e7c83887fb3fe (patch)
treee41c156d842b510d71d9ffd5419fa83960a9be2e /CMakeLists.txt
parentdfe18fee44d1c03af186aeacd2adc97b6b129297 (diff)
downloadgnuradio-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.txt1
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)