summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Farago <sensej007@email.cz>2020-03-06 09:49:29 +0100
committerGitHub <noreply@github.com>2020-03-06 09:49:29 +0100
commitad4df05de02c01b8b6cc0b9a9db5ba5003fcd8e8 (patch)
treea8c9cb98ebcf034e9ccd46badbb14493d28151de /src/CMakeLists.txt
parent408475f98550c7f92fc46d608a945a2497f4b6a8 (diff)
parent1b14bddbcb3ce51c6fad8334482c3da41256ef19 (diff)
downloadufo-filters-ad4df05de02c01b8b6cc0b9a9db5ba5003fcd8e8.tar.gz
ufo-filters-ad4df05de02c01b8b6cc0b9a9db5ba5003fcd8e8.tar.bz2
ufo-filters-ad4df05de02c01b8b6cc0b9a9db5ba5003fcd8e8.tar.xz
ufo-filters-ad4df05de02c01b8b6cc0b9a9db5ba5003fcd8e8.zip
Merge pull request #197 from ufo-kit/add-power-spectrum
Add power-spectrum filter
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 14e6f52..babf659 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -64,6 +64,7 @@ set(ufofilter_SRCS
ufo-ordfilt-task.c
ufo-pad-task.c
ufo-polar-coordinates-task.c
+ ufo-power-spectrum-task.c
ufo-read-task.c
ufo-reduce-task.c
ufo-refeed-task.c