kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.65k stars 253 forks source link

cmake find_package #71

Closed mipac closed 7 months ago

mipac commented 4 years ago

Hi,

We could use kfr in a cmake project using find_package(kfr) or find_package(kfr_dft) once kfr is installed.

Is there a reason to not generate the ".cmake" in destination directory to permit this kind of usage? Or it could be PR?

best regards,

dancazarin commented 7 months ago

@mipac KFR6 has implemented CMake config approach. See main branch for the latest features