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.64k stars 252 forks source link

error: does not contain a CMakeLists.txt file #139

Closed dfy888 closed 2 years ago

dfy888 commented 2 years ago

add_subdirectory(kfr)

cmake .. error: does not contain a CMakeLists.txt file

dancazarin commented 2 years ago

Correctly cloned kfr directory always contains CMakeLists.txt

To resolve this, check the paths (maybe kfr points to somewhere else in your project), files (maybe clone error or corrupted). git status can help too.