lasp/fftpack/CMakeLists.txt

9 lines
105 B
CMake
Raw Normal View History

2018-01-29 15:14:50 +00:00
set(fftpack_src numpy/fftpack.c)
add_library(fftpack
fftpack.c
)
target_link_libraries(fftpack m)