diff options
Diffstat (limited to 'host/examples/python/CMakeLists.txt')
-rw-r--r-- | host/examples/python/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/examples/python/CMakeLists.txt b/host/examples/python/CMakeLists.txt index 4b75f57bd..669c80203 100644 --- a/host/examples/python/CMakeLists.txt +++ b/host/examples/python/CMakeLists.txt @@ -7,6 +7,7 @@ SET(python_examples rx_to_file.py tx_waveforms.py + curses_fft.py ) UHD_INSTALL(PROGRAMS ${python_examples} DESTINATION ${PKG_LIB_DIR}/examples/python COMPONENT examples) |