aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/python/CMakeLists.txt
diff options
context:
space:
mode:
authorPaul David <paul.david@ettus.com>2017-06-29 16:15:58 -0400
committerMartin Braun <martin.braun@ettus.com>2018-06-20 19:02:32 -0500
commita603c97d06bf26271141f875a55c3c76f26057c6 (patch)
tree620c6865047bdf819b260b9b78ec59b02185f337 /host/examples/python/CMakeLists.txt
parent134e3831f20f5806c616f27c00ed51a7edd389d6 (diff)
downloaduhd-a603c97d06bf26271141f875a55c3c76f26057c6.tar.gz
uhd-a603c97d06bf26271141f875a55c3c76f26057c6.tar.bz2
uhd-a603c97d06bf26271141f875a55c3c76f26057c6.zip
python: Added curses frequency plot example
Diffstat (limited to 'host/examples/python/CMakeLists.txt')
-rw-r--r--host/examples/python/CMakeLists.txt1
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)