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

make install C API #74

Closed ankane closed 4 years ago

ankane commented 4 years ago

Hey, thanks for this project! It'd be great if make install also installed the C API library when -DENABLE_CAPI_BUILD=ON is set.

dancazarin commented 4 years ago

Done in master branch

ankane commented 4 years ago

Awesome, thanks @dlevin256!