From 3d9e6296c77c3b01ef066a9f7093f98597fc4133 Mon Sep 17 00:00:00 2001 From: Alfredos-Panagiotis Damkalis Date: Tue, 9 May 2017 00:49:59 +0300 Subject: [PATCH] Fix installation of CW demod script --- apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index f944868..28aa22b 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -25,6 +25,7 @@ add_subdirectory(scripts) GR_PYTHON_INSTALL( PROGRAMS flowgraphs/satnogs_fm_demod.py + flowgraphs/satnogs_cw_demod.py flowgraphs/satnogs_generic_iq_receiver.py DESTINATION bin )