paramsen / noise

Noise is an Android wrapper for kissfft, a FFT implementation written in C.
Apache License 2.0
325 stars 41 forks source link

Build error #5

Closed dbof10 closed 5 years ago

dbof10 commented 5 years ago

I downloaded your project and compile

CMake Error at CMakeLists.txt:3 (add_library):
    Cannot find source file:

      src/main/native/kissfft/kiss_fft.c

    Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp
    .hxx .in .txx
paramsen commented 5 years ago

It solved itself?

dbof10 commented 5 years ago

I found out how to build it