cmake_minimum_required( VERSION 2.4 )

add_library( rnnoise denoise.c rnn.c rnn_data.c rnn_reader.c pitch.c kiss_fft.c celt_lpc.c )
