first pass at including sox source files, still haven't removed external libsox lib
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 28 Jan 2017 07:52:13 +0000 (07:52 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 28 Jan 2017 07:52:13 +0000 (07:52 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3002 01035d8c-6547-0410-b346-abe4f91aad63

freedv-dev/src/CMakeLists.txt

index cba792fadf6f9bab81840343c43403f4bbc823a1..5aa588db218b85012307658a313617a92123a232 100644 (file)
@@ -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
 )