diff options
author | Ambikeshwar Srivastava | 2015-03-28 11:10:20 +0530 |
---|---|---|
committer | Ambikeshwar Srivastava | 2015-03-28 11:10:20 +0530 |
commit | ed8e8c12a1c6e66406ad168d46c6236ede8339b1 (patch) | |
tree | 17524b393550202ef49f373e58d5e923035b5106 /gr-input/python | |
parent | 18401510ed36bff17b448418277908b06473cd80 (diff) | |
parent | 11529ca451b90db113975b240d0c2125e2c5fd6a (diff) | |
download | gnuradio-master.tar.gz gnuradio-master.tar.bz2 gnuradio-master.zip |
CMake files edited
Diffstat (limited to 'gr-input/python')
-rw-r--r-- | gr-input/python/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gr-input/python/CMakeLists.txt b/gr-input/python/CMakeLists.txt index 7c73fc59f..269c9e0b4 100644 --- a/gr-input/python/CMakeLists.txt +++ b/gr-input/python/CMakeLists.txt @@ -106,6 +106,13 @@ GR_PYTHON_INSTALL( COMPONENT "input_python" ) +GR_PYTHON_INSTALL( + FILES + plzr_plot.py + DESTINATION ${GR_PYTHON_DIR}/gnuradio/input + COMPONENT "input_python" +) + ######################################################################## # Handle the unit tests |