summaryrefslogtreecommitdiff
path: root/gr-fft/python/fft/bindings/CMakeLists.txt
blob: f67e6a81e0eb073f92bc708536fe239617c5b7e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include(GrPybind)

########################################################################
# Python Bindings
########################################################################

list(APPEND fft_python_files
    #ctrlport_probe_psd_python.cc
    fft_shift_python.cc
    fft_v_python.cc
    goertzel_python.cc
    goertzel_fc_python.cc
    window_python.cc
    python_bindings.cc)

GR_PYBIND_MAKE_CHECK_HASH(fft 
   ../../.. 
   gr::fft
   "${fft_python_files}")

install(TARGETS fft_python DESTINATION ${GR_PYTHON_DIR}/gnuradio/fft COMPONENT pythonapi)