lasp/fftpack/CMakeLists.txt

7 lines
71 B
CMake
Raw Normal View History

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