summaryrefslogtreecommitdiff
path: root/gr-filter
diff options
context:
space:
mode:
Diffstat (limited to 'gr-filter')
-rw-r--r--gr-filter/examples/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/gr-filter/examples/CMakeLists.txt b/gr-filter/examples/CMakeLists.txt
index d94e5c16e..84a93d55f 100644
--- a/gr-filter/examples/CMakeLists.txt
+++ b/gr-filter/examples/CMakeLists.txt
@@ -31,9 +31,15 @@ GR_PYTHON_INSTALL(PROGRAMS
interpolate.py
reconstruction.py
resampler.py
- resampler_demo.grc
synth_filter.py
synth_to_chan.py
DESTINATION ${GR_PKG_FILTER_EXAMPLES_DIR}
COMPONENT "filter_python"
)
+
+install(
+ FILES
+ resampler_demo.grc
+ DESTINATION ${GR_PKG_FILTER_EXAMPLES_DIR}
+ COMPONENT "filter_python"
+)