Files
EcgSynKit/ffts.pc.cmake.in
John K. Luebs 535f02ff99 Squashed 'FFTS/Sources/FFTS/' content from commit d11c3e7
git-subtree-dir: FFTS/Sources/FFTS
git-subtree-split: d11c3e76200e619d35e2d898a28a1c5641a366f4
2024-10-25 21:05:50 -05:00

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