aboutsummaryrefslogtreecommitdiffstats
path: root/gr-vocoder
diff options
context:
space:
mode:
authorGwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>2020-08-26 14:14:49 +0200
committerDerek Kozel <derek.kozel@gmail.com>2020-09-02 21:33:56 +0100
commit530262c6df3fb9b87a80133dbde5650dbe948c4c (patch)
tree0363ab133276ac2e88beb7cd4df59789ff76b021 /gr-vocoder
parentgr-blocks: Transition the WAV sink and source blocks to libsndfile. (diff)
downloadgnuradio-530262c6df3fb9b87a80133dbde5650dbe948c4c.tar.xz
gnuradio-530262c6df3fb9b87a80133dbde5650dbe948c4c.zip
add an option to enable/disable examples
Diffstat (limited to 'gr-vocoder')
-rw-r--r--gr-vocoder/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-vocoder/CMakeLists.txt b/gr-vocoder/CMakeLists.txt
index fa8d51679..6059a5acb 100644
--- a/gr-vocoder/CMakeLists.txt
+++ b/gr-vocoder/CMakeLists.txt
@@ -62,7 +62,9 @@ add_subdirectory(lib)
add_subdirectory(docs)
if(ENABLE_PYTHON)
add_subdirectory(python/vocoder)
- add_subdirectory(examples)
+ if(ENABLE_EXAMPLES)
+ add_subdirectory(examples)
+ endif(ENABLE_EXAMPLES)
endif(ENABLE_PYTHON)
if(ENABLE_GRC)
add_subdirectory(grc)