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.67k stars 256 forks source link

How to use KFR in Xcode? #11

Closed iooops closed 7 years ago

iooops commented 7 years ago

I wonder how I can use KFR as a framework in my Xcode Project.

Does anyone have any idea?

Thanks.

dancazarin commented 7 years ago

KFR is a header-only, no need to compile anything to use it in your project. Easiest way to use KFR is to place kfr headers in a location that are in your #include paths or place in the project folder. KFR has no specific requirements, just use it as any other header-only library.