diff options
Diffstat (limited to 'gr-vocoder/examples')
-rw-r--r-- | gr-vocoder/examples/CMakeLists.txt | 5 |
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) |