diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:01:51 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-24 21:01:51 -0400 |
commit | 7e8b95702f80662aa62ea885d5b1c0e9c1fd0e44 (patch) | |
tree | 482d2e06f2b480f8ce432392ddf40576ef99183c /gr-qtgui/CMakeLists.txt | |
parent | 1c51b4166f80147b179670ae015f445e9ef5103a (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.txt | 1 |
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) ######################################################################## |