aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-27 21:58:49 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-27 21:58:49 +0200
commitd3c95c9190fad124f2e1e934303cc43c1218d177 (patch)
tree1b170b18e9fdf7fdb8a95f019ce2d18524914288 /python
parentdf978693ebe6c97f7127eabdcc3c19a2000c3d03 (diff)
Installation of gsm_gmsk_mod.py file
Diffstat (limited to 'python')
-rw-r--r--python/transmitter/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/transmitter/CMakeLists.txt b/python/transmitter/CMakeLists.txt
index 121ac8a..c32d6e1 100644
--- a/python/transmitter/CMakeLists.txt
+++ b/python/transmitter/CMakeLists.txt
@@ -19,5 +19,6 @@
GR_PYTHON_INSTALL(
FILES
- txtime_bursts_tagger.py DESTINATION ${GR_PYTHON_DIR}/grgsm
+ txtime_bursts_tagger.py
+ gsm_gmsk_mod.py DESTINATION ${GR_PYTHON_DIR}/grgsm
)