diff options
Diffstat (limited to 'gr-fft/python/fft/CMakeLists.txt')
-rw-r--r-- | gr-fft/python/fft/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-fft/python/fft/CMakeLists.txt b/gr-fft/python/fft/CMakeLists.txt index e94f206352..2bd0afb0e1 100644 --- a/gr-fft/python/fft/CMakeLists.txt +++ b/gr-fft/python/fft/CMakeLists.txt @@ -10,6 +10,8 @@ include(GrPython) GR_PYTHON_INSTALL( FILES + fft_vcc.py + fft_vfc.py __init__.py logpwrfft.py DESTINATION ${GR_PYTHON_DIR}/gnuradio/fft |