diff options
author | Tom Rondeau | 2011-11-27 19:05:47 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-11-27 19:05:47 -0500 |
commit | 70ca9beab2c6c22eb9b98818fe1b69def41eb0db (patch) | |
tree | affd77bb71b18614cab15e8ed761ff71f18ce92b /gr-qtgui/swig/CMakeLists.txt | |
parent | 752fd7f932824fbee08df243da3e8af39473727f (diff) | |
download | gnuradio-70ca9beab2c6c22eb9b98818fe1b69def41eb0db.tar.gz gnuradio-70ca9beab2c6c22eb9b98818fe1b69def41eb0db.tar.bz2 gnuradio-70ca9beab2c6c22eb9b98818fe1b69def41eb0db.zip |
docs: forgot to have the generated .i files installed.
Diffstat (limited to 'gr-qtgui/swig/CMakeLists.txt')
-rw-r--r-- | gr-qtgui/swig/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-qtgui/swig/CMakeLists.txt b/gr-qtgui/swig/CMakeLists.txt index 43c59033c..ba6c7ea08 100644 --- a/gr-qtgui/swig/CMakeLists.txt +++ b/gr-qtgui/swig/CMakeLists.txt @@ -48,6 +48,7 @@ install(FILES qtgui_sink_f.i qtgui_time_sink_c.i qtgui_time_sink_f.i + ${CMAKE_CURRENT_BINARY_DIR}/qtgui_swig_doc.i DESTINATION ${GR_INCLUDE_DIR}/gnuradio/swig COMPONENT "qtgui_swig" ) |