mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-05-25 20:20:26 -04:00
9 lines
294 B
PkgConfig
9 lines
294 B
PkgConfig
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: kissfft
|
|
Description: A Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid
|
|
Version: @kissfft_VERSION@
|
|
|
|
Libs: -L${libdir} -l@KISSFFT_OUTPUT_NAME@
|
|
Cflags: -I${includedir} @PKG_KISSFFT_DEFS@ |