From a603c97d06bf26271141f875a55c3c76f26057c6 Mon Sep 17 00:00:00 2001 From: Paul David Date: Thu, 29 Jun 2017 16:15:58 -0400 Subject: python: Added curses frequency plot example --- host/examples/python/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'host/examples/python/CMakeLists.txt') 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) -- cgit v1.2.3