Merge pull request #77 from adamkalis/cw-install

Fix installation of CW demod script
This commit is contained in:
Corey Shields 2017-05-08 18:13:08 -04:00 committed by GitHub
commit 5c02fd9bbc
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
)