From 1ced0ce3964dadc46940491fe95c60b21de12976 Mon Sep 17 00:00:00 2001 From: ambikeshwar1991 Date: Thu, 5 Feb 2015 20:50:44 +0530 Subject: Python Blocks for system response has been added --- gr-input/python/CMakeLists.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'gr-input/python/CMakeLists.txt') diff --git a/gr-input/python/CMakeLists.txt b/gr-input/python/CMakeLists.txt index 992012646..45717a4f0 100644 --- a/gr-input/python/CMakeLists.txt +++ b/gr-input/python/CMakeLists.txt @@ -55,6 +55,35 @@ GR_PYTHON_INSTALL( COMPONENT "input_python" ) +GR_PYTHON_INSTALL( + FILES + Numerator.py + DESTINATION ${GR_PYTHON_DIR}/gnuradio/input + COMPONENT "input_python" +) + +GR_PYTHON_INSTALL( + FILES + Denominator.py + DESTINATION ${GR_PYTHON_DIR}/gnuradio/input + COMPONENT "input_python" +) + +GR_PYTHON_INSTALL( + FILES + Calculator.py + DESTINATION ${GR_PYTHON_DIR}/gnuradio/input + COMPONENT "input_python" +) + +GR_PYTHON_INSTALL( + FILES + Transfer_Function.py + DESTINATION ${GR_PYTHON_DIR}/gnuradio/input + COMPONENT "input_python" +) + + -- cgit