From 11529ca451b90db113975b240d0c2125e2c5fd6a Mon Sep 17 00:00:00 2001 From: Ashwini Date: Sat, 28 Mar 2015 10:59:13 +0530 Subject: CMake files edited --- gr-input/python/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gr-input/python/CMakeLists.txt') 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 -- cgit