summaryrefslogtreecommitdiff
path: root/gr-filter/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-filter/examples
parent1d60888071c5ccabbe20395e76f504a6172251d9 (diff)
examples: fixup cmake files to include all examples
Diffstat (limited to 'gr-filter/examples')
-rw-r--r--gr-filter/examples/CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-filter/examples/CMakeLists.txt b/gr-filter/examples/CMakeLists.txt
index 85783450ee..2fbce36d6e 100644
--- a/gr-filter/examples/CMakeLists.txt
+++ b/gr-filter/examples/CMakeLists.txt
@@ -28,15 +28,15 @@ GR_PYTHON_INSTALL(PROGRAMS
fft_filter_ccc.py
fir_filter_ccc.py
fir_filter_fff.py
+ gr_filtdes_api.py
+ gr_filtdes_callback.py
+ gr_filtdes_live_upd.py
+ gr_filtdes_restrict.py
interpolate.py
reconstruction.py
resampler.py
synth_filter.py
synth_to_chan.py
- gr_filtdes_api.py
- gr_filtdes_callback.py
- gr_filtdes_restrict.py
- gr_filtdes_live_upd.py
DESTINATION ${GR_PKG_FILTER_EXAMPLES_DIR}
)