summaryrefslogtreecommitdiff
path: root/gr-uhd/CMakeLists.txt
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-26 12:13:54 -0700
committerJosh Blum <josh@joshknows.com>2011-09-26 12:13:54 -0700
commit2ccb1266791d0e7c6a58ccd56df1b00647d52b46 (patch)
treef3393f159daa72549750ae30e8dd7c2c4a1fa6cb /gr-uhd/CMakeLists.txt
parent1ff42298b8c5216587ecddcd3a3571def2e5fa21 (diff)
uhd: cmake support for example application
Diffstat (limited to 'gr-uhd/CMakeLists.txt')
-rw-r--r--gr-uhd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt
index 2e7e26ab0a..1023208842 100644
--- a/gr-uhd/CMakeLists.txt
+++ b/gr-uhd/CMakeLists.txt
@@ -83,6 +83,7 @@ CPACK_COMPONENT("uhd_swig"
########################################################################
ADD_SUBDIRECTORY(include)
ADD_SUBDIRECTORY(lib)
+ADD_SUBDIRECTORY(examples)
IF(ENABLE_PYTHON)
ADD_SUBDIRECTORY(swig)
ADD_SUBDIRECTORY(grc)