diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-09-05 17:17:47 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-09-05 17:17:47 -0700 |
commit | 2fa36424c30dc81f23a49413543d7205b2f127ff (patch) | |
tree | 33304277fa406f2dfffbe623bafc3110feefa882 | |
parent | ddf78691dfbeb72ceeb210012b0c73b2e986c845 (diff) |
qtgui: install vector sink example
-rw-r--r-- | gr-qtgui/examples/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/examples/CMakeLists.txt b/gr-qtgui/examples/CMakeLists.txt index d4b914a0a4..c893c0263c 100644 --- a/gr-qtgui/examples/CMakeLists.txt +++ b/gr-qtgui/examples/CMakeLists.txt @@ -39,6 +39,7 @@ GR_PYTHON_INSTALL(PROGRAMS install( FILES qtgui_tags_viewing.grc + qtgui_vector_sink_example.grc DESTINATION ${GR_PKG_QTGUI_EXAMPLES_DIR} COMPONENT "qtgui_python" ) |