summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/examples/pfb
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core/src/examples/pfb')
-rw-r--r--gnuradio-core/src/examples/pfb/CMakeLists.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnuradio-core/src/examples/pfb/CMakeLists.txt b/gnuradio-core/src/examples/pfb/CMakeLists.txt
index 6bb25568c..090b2401d 100644
--- a/gnuradio-core/src/examples/pfb/CMakeLists.txt
+++ b/gnuradio-core/src/examples/pfb/CMakeLists.txt
@@ -25,7 +25,6 @@ GR_PYTHON_INSTALL(PROGRAMS
decimate.py
fmtest.py
interpolate.py
- resampler_demo.grc
resampler.py
synth_filter.py
synth_to_chan.py
@@ -34,3 +33,9 @@ GR_PYTHON_INSTALL(PROGRAMS
COMPONENT "core_python"
)
+install(
+ FILES
+ resampler_demo.grc
+ DESTINATION ${GR_PKG_DATA_DIR}/examples/pfb
+ COMPONENT "core_python"
+)