Build tools + tests with cmake + add VERSION + parallel install

This commit is contained in:
Anonymous Maarten
2020-10-30 02:26:37 +01:00
parent 609845bc9e
commit a63dfc7f11
6 changed files with 148 additions and 21 deletions

9
kissfft.pc.in Normal file
View 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@