From c5dba66ad3a0afa3edc3488a1ee908caa669a445 Mon Sep 17 00:00:00 2001 From: Alfredo Correa Date: Wed, 5 Mar 2025 21:56:58 -0800 Subject: [PATCH] functional fft --- include/boost/multi/adaptors/fftw/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/multi/adaptors/fftw/test/CMakeLists.txt b/include/boost/multi/adaptors/fftw/test/CMakeLists.txt index ec47dd1cb..18d5c92bd 100644 --- a/include/boost/multi/adaptors/fftw/test/CMakeLists.txt +++ b/include/boost/multi/adaptors/fftw/test/CMakeLists.txt @@ -43,6 +43,7 @@ set(TEST_SRCS combinations.cpp # copy.cpp core.cpp + fft.cpp moved.cpp shift.cpp so_shift.cpp