mirror of
https://github.com/mborgerding/kissfft.git
synced 2025-07-23 07:24:33 -04:00
Build tools + tests with cmake + add VERSION + parallel install
This commit is contained in:
9
kissfft.pc.in
Normal file
9
kissfft.pc.in
Normal file
@ -0,0 +1,9 @@
|
||||
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@
|
Reference in New Issue
Block a user