aboutsummaryrefslogtreecommitdiffstats
path: root/apps/CMakeLists.txt
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-11-28 23:38:23 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-11-28 23:38:23 +0100
commita136ff52eca1651443585f21d6a37f1a7c0f458c (patch)
treed28c3a8949b00488dcd25614f8b0109b30e5113c /apps/CMakeLists.txt
parenta41d79c8a306ff3be76a157822549d65186888a8 (diff)
Added compiled python versions of the flowgraphs which are installed in %install_prefix%/bin .
Diffstat (limited to 'apps/CMakeLists.txt')
-rw-r--r--apps/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index a3fbed1..766a037 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -24,5 +24,7 @@ include(GrPython)
GR_PYTHON_INSTALL(
PROGRAMS
# ${PYFILES}
+ airprobe_file.py
+ airprobe_rtlsdr.py
DESTINATION bin
)