We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a59773f commit e15ca39Copy full SHA for e15ca39
example/CMakeLists.txt
@@ -9,3 +9,9 @@ target_link_libraries(bench3 fftpack)
9
10
add_executable(rfft_example)
11
target_link_libraries(rfft_example fftpack)
12
+
13
+add_executable(complex_transforms)
14
+target_link_libraries(complex_transforms fftpack)
15
16
+add_executable(real_transforms)
17
+target_link_libraries(real_transforms fftpack)
0 commit comments