lasp/fftpack/CMakeLists.txt

9 lines
105 B
CMake

set(fftpack_src numpy/fftpack.c)
add_library(fftpack
fftpack.c
)
target_link_libraries(fftpack m)