summaryrefslogtreecommitdiff
path: root/gr-vocoder/examples
diff options
context:
space:
mode:
authordevnulling <devnulling@users.noreply.github.com>2020-01-21 21:32:55 -0800
committermormj <34754695+mormj@users.noreply.github.com>2020-01-22 10:03:43 -0500
commita964a7edbdb4dba51f46cf6b44ff84edd9637e48 (patch)
tree3f42169ea0f5fa115a28932a0ae4d286a826eaf3 /gr-vocoder/examples
parent1d60888071c5ccabbe20395e76f504a6172251d9 (diff)
examples: fixup cmake files to include all examples
Diffstat (limited to 'gr-vocoder/examples')
-rw-r--r--gr-vocoder/examples/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/gr-vocoder/examples/CMakeLists.txt b/gr-vocoder/examples/CMakeLists.txt
index 47ba927444..3df5a5481d 100644
--- a/gr-vocoder/examples/CMakeLists.txt
+++ b/gr-vocoder/examples/CMakeLists.txt
@@ -51,4 +51,9 @@ if(LIBGSM_FOUND)
gsm_audio_loopback.py
DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR}
)
+ install(
+ FILES
+ loopback-gsmfr.grc
+ DESTINATION ${GR_PKG_VOCODER_EXAMPLES_DIR}
+ )
endif(LIBGSM_FOUND)