summaryrefslogtreecommitdiff
path: root/gr-scigen/python
diff options
context:
space:
mode:
authormanoj2013-10-07 20:17:11 +0530
committermanoj2013-10-07 20:17:11 +0530
commit24b640997ba7fee0c725e65f401f5cbebdab8d08 (patch)
tree96431ec7ebfee2df290674009fc7d27545c146dd /gr-scigen/python
parente9576e44ef8f0ad67d8cd8a4e025a0f8da0727f8 (diff)
downloadgnuradio-24b640997ba7fee0c725e65f401f5cbebdab8d08.tar.gz
gnuradio-24b640997ba7fee0c725e65f401f5cbebdab8d08.tar.bz2
gnuradio-24b640997ba7fee0c725e65f401f5cbebdab8d08.zip
modified scigen/python/CMakelists.txt
Diffstat (limited to 'gr-scigen/python')
-rw-r--r--gr-scigen/python/CMakeLists.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/gr-scigen/python/CMakeLists.txt b/gr-scigen/python/CMakeLists.txt
index 74d9a6bae..ccda0a2ad 100644
--- a/gr-scigen/python/CMakeLists.txt
+++ b/gr-scigen/python/CMakeLists.txt
@@ -27,6 +27,22 @@ GR_PYTHON_INSTALL(
COMPONENT "scigen_python"
)
+GR_PYTHON_INSTALL(
+ FILES
+ scigen.py
+ DESTINATION ${GR_PYTHON_DIR}/gnuradio/scigen
+ COMPONENT "scigen_python"
+)
+
+
+GR_PYTHON_INSTALL(
+ FILES
+ generic.py
+ DESTINATION ${GR_PYTHON_DIR}/gnuradio/scigen
+ COMPONENT "scigen_python"
+)
+
+
########################################################################
# Handle the unit tests
########################################################################