Skip to content

Commit e15ca39

Browse files
committed
build(cmake): add progs in example/CMakeLists.txt
1 parent a59773f commit e15ca39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

example/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@ target_link_libraries(bench3 fftpack)
99

1010
add_executable(rfft_example)
1111
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

Comments
 (0)