aboutsummaryrefslogtreecommitdiffstats
path: root/python/transmitter
diff options
context:
space:
mode:
authorPiotr Krysik <ptrkrysik@gmail.com>2017-09-13 09:35:51 +0200
committerPiotr Krysik <ptrkrysik@gmail.com>2017-09-13 09:35:51 +0200
commit531d978480d337160b797c8d5d2d2407dbb337b5 (patch)
tree43692b1e08497c4f93d05b246b4f5fddf56580bc /python/transmitter
parent42d1e19a2a7038d9178c4825ea55172add5a60e0 (diff)
Added cmake files for transmitter
Diffstat (limited to 'python/transmitter')
-rw-r--r--python/transmitter/CMakeLists.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/python/transmitter/CMakeLists.txt b/python/transmitter/CMakeLists.txt
new file mode 100644
index 0000000..38a8c39
--- /dev/null
+++ b/python/transmitter/CMakeLists.txt
@@ -0,0 +1,22 @@
+# Copyright 2011,2012 Free Software Foundation, Inc.
+#
+# This file is part of GNU Radio
+#
+# GNU Radio is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# GNU Radio is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Radio; see the file COPYING. If not, write to
+# the Free Software Foundation, Inc., 51 Franklin Street,
+# Boston, MA 02110-1301, USA.
+
+install(FILES
+ txtime_bursts_tagger.py DESTINATION ${GR_PYTHON_DIR}/grgsm
+)