summaryrefslogtreecommitdiff
path: root/gr-input/python
diff options
context:
space:
mode:
authorAshwini2015-03-28 10:59:13 +0530
committerAshwini2015-03-28 10:59:13 +0530
commit11529ca451b90db113975b240d0c2125e2c5fd6a (patch)
tree17524b393550202ef49f373e58d5e923035b5106 /gr-input/python
parent1b1ede945eb59f1409b2802c5133e87b033b50ee (diff)
downloadgnuradio-11529ca451b90db113975b240d0c2125e2c5fd6a.tar.gz
gnuradio-11529ca451b90db113975b240d0c2125e2c5fd6a.tar.bz2
gnuradio-11529ca451b90db113975b240d0c2125e2c5fd6a.zip
CMake files edited
Diffstat (limited to 'gr-input/python')
-rw-r--r--gr-input/python/CMakeLists.txt7
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