Fix installation of CW demod script

This commit is contained in:
Alfredos-Panagiotis Damkalis 2017-05-09 00:49:59 +03:00
parent 533f51a2ec
commit 3d9e6296c7
1 changed files with 1 additions and 0 deletions

View File

@ -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
)