From 33385a6eafacae57bc1e163cb43e0e08847601ac Mon Sep 17 00:00:00 2001 From: drowe67 Date: Sat, 28 Jan 2017 07:52:13 +0000 Subject: [PATCH] first pass at including sox source files, still haven't removed external libsox lib git-svn-id: https://svn.code.sf.net/p/freetel/code@3002 01035d8c-6547-0410-b346-abe4f91aad63 --- freedv-dev/src/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/freedv-dev/src/CMakeLists.txt b/freedv-dev/src/CMakeLists.txt index cba792fa..5aa588db 100644 --- a/freedv-dev/src/CMakeLists.txt +++ b/freedv-dev/src/CMakeLists.txt @@ -30,6 +30,22 @@ set(FREEDV_SOURCES hamlib.h sox_biquad.h sox.h + sox/band.h + sox/biquad.c + sox/biquads.c + sox/biquad.h + sox/effects.c + sox/effects.h + sox/effects_i.c + sox/formats_i.c + sox/libsox.c + sox/soxconfig.h + sox/sox.h + sox/sox_i.h + sox/soxomp.h + sox/util.h + sox/xmalloc.h + sox/xmalloc.c topFrame.h version.h ) -- 2.25.1