summaryrefslogtreecommitdiff
path: root/gr-qtgui/CMakeLists.txt
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2011-10-24 21:01:51 -0400
committerTom Rondeau <trondeau@vt.edu>2011-10-24 21:01:51 -0400
commit7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (patch)
tree482d2e06f2b480f8ce432392ddf40576ef99183c /gr-qtgui/CMakeLists.txt
parent1c51b4166f80147b179670ae015f445e9ef5103a (diff)
examples: making both autotools and cmake install all the same examples.
Diffstat (limited to 'gr-qtgui/CMakeLists.txt')
-rw-r--r--gr-qtgui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/CMakeLists.txt b/gr-qtgui/CMakeLists.txt
index 6a9c39f9d4..3e870eee99 100644
--- a/gr-qtgui/CMakeLists.txt
+++ b/gr-qtgui/CMakeLists.txt
@@ -107,6 +107,7 @@ if(ENABLE_PYTHON)
add_subdirectory(grc)
add_subdirectory(swig)
add_subdirectory(python)
+ add_subdirectory(examples)
endif(ENABLE_PYTHON)
########################################################################