git-subtree-dir: FFTS/Sources/FFTS git-subtree-split: d11c3e76200e619d35e2d898a28a1c5641a366f4
11 lines
261 B
CMake
11 lines
261 B
CMake
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: @CMAKE_PROJECT_NAME@
|
|
Description: fast Fourier transform library
|
|
Version: @FFTS_VERSION@
|
|
Libs: -L${libdir} -lffts -lm
|
|
Cflags: -I${includedir}/ffts
|