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-pager/apps | |
parent | e34107884e9a31dbfed62856aa12b1f572139105 (diff) | |
download | gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.tar.gz gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.tar.bz2 gnuradio-d8d886d42ef9966e0578f39f180348e908965f7a.zip |
usrp: updated installed examples
Diffstat (limited to 'gr-pager/apps')
-rw-r--r-- | gr-pager/apps/CMakeLists.txt | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gr-pager/apps/CMakeLists.txt b/gr-pager/apps/CMakeLists.txt index 4b7cd54fa..1965c6e66 100644 --- a/gr-pager/apps/CMakeLists.txt +++ b/gr-pager/apps/CMakeLists.txt @@ -17,6 +17,13 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. -#FIXME -#not bothering to install because the apps require gr-usrp -#which we are choosing not to support in the cmake build system +include(GrPython) + +GR_PYTHON_INSTALL( + PROGRAMS + usrp_flex.py + usrp_flex_all.py + usrp_flex_band.py + DESTINATION ${GR_RUNTIME_DIR} + COMPONENT "pager_python" +) |