diff options
author | Josh Blum <josh@joshknows.com> | 2011-10-08 17:11:12 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-10-08 17:11:12 -0700 |
commit | 71c0f14a46f85027b95f2f5f6d3d219cc9e3783e (patch) | |
tree | 046d89555243ede65bfc7bc0a6cbfc7f870ff4cb /gr-uhd/apps | |
parent | 63b87bf4e6e9a2f1112c17c57796b69b3b8a2b3e (diff) |
gr: the CMakeLists.txt took a chill pill
Diffstat (limited to 'gr-uhd/apps')
-rw-r--r-- | gr-uhd/apps/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-uhd/apps/CMakeLists.txt b/gr-uhd/apps/CMakeLists.txt index e17be1d9b4..36bee13e0a 100644 --- a/gr-uhd/apps/CMakeLists.txt +++ b/gr-uhd/apps/CMakeLists.txt @@ -17,7 +17,7 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. -INCLUDE(GrPython) +include(GrPython) ######################################################################## # Install some uhd apps @@ -36,7 +36,7 @@ GR_PYTHON_INSTALL( ######################################################################## # Install hf radio apps ######################################################################## -INSTALL( +install( FILES hf_radio/hfir.sci hf_radio/radio.xml @@ -68,7 +68,7 @@ GR_PYTHON_INSTALL( ######################################################################## # Install hf explorer ######################################################################## -INSTALL( +install( FILES hf_explorer/README hf_explorer/hfx_help |