aboutsummaryrefslogtreecommitdiffstats
path: root/python/CMakeLists.txt
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-04 11:31:54 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-08-04 11:31:54 +0200
commitdda22272e7aedefc6737dc8cf2cf9dc47009a85e (patch)
treece7464c02da8b1cb768ec2392a405c90cda557cc /python/CMakeLists.txt
parentb529a59a918b07dce960282de58e0181442daf32 (diff)
Added new block for extracting info about base stations
Diffstat (limited to 'python/CMakeLists.txt')
-rw-r--r--python/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 67d45f9..651baa5 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -35,7 +35,8 @@ GR_PYTHON_INSTALL(
fcch_burst_tagger.py
sch_detector.py
fcch_detector.py
- chirpz.py DESTINATION ${GR_PYTHON_DIR}/gsm
+ chirpz.py
+ DESTINATION ${GR_PYTHON_DIR}/gsm
)
########################################################################