diff options
author | Josh Blum | 2011-10-19 16:45:24 -0700 |
---|---|---|
committer | Josh Blum | 2011-10-19 16:45:24 -0700 |
commit | d8d886d42ef9966e0578f39f180348e908965f7a (patch) | |
tree | 7eeeead0f981925f38d5a1b6aae12e5dfe24a603 /gr-noaa/apps | |
parent | e34107884e9a31dbfed62856aa12b1f572139105 (diff) | |
download | gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.tar.gz gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.tar.bz2 gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.zip |
usrp: updated installed examples
Diffstat (limited to 'gr-noaa/apps')
-rw-r--r-- | gr-noaa/apps/CMakeLists.txt | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gr-noaa/apps/CMakeLists.txt b/gr-noaa/apps/CMakeLists.txt index e692648b5..37d07ffa0 100644 --- a/gr-noaa/apps/CMakeLists.txt +++ b/gr-noaa/apps/CMakeLists.txt @@ -1,17 +1,17 @@ # Copyright 2011 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, @@ -21,13 +21,13 @@ include(GrPython) GR_PYTHON_INSTALL( PROGRAMS - hrpt_decode.py - hrpt_demod.py - file_rx_hrpt.py - file_rx_lrit.py - #usrp_rx_hrpt.py #FIXME no support for usrp - #usrp_rx_hrpt_nogui.py - #usrp_rx_lrit.py + hrpt_decode.py + hrpt_demod.py + file_rx_hrpt.py + file_rx_lrit.py + usrp_rx_hrpt.py + usrp_rx_hrpt_nogui.py + usrp_rx_lrit.py DESTINATION ${GR_RUNTIME_DIR} COMPONENT "noaa_python" ) |