7 lines
71 B
CMake
7 lines
71 B
CMake
|
|
add_library(fftpack
|
|
fftpack.c
|
|
)
|
|
|
|
target_link_libraries(fftpack m)
|