aboutsummaryrefslogtreecommitdiff
path: root/celt_sources.mk
diff options
context:
space:
mode:
authorMarcus Asteborg <maastebo@microsoft.com>2018-11-15 19:48:38 -0800
committerJean-Marc Valin <jmvalin@jmvalin.ca>2019-04-03 11:51:13 -0400
commitf9d3d432d135253357ba457ecd0e4f68f12a4584 (patch)
treee7a535cee27223f5b59621bc2b3202336fb42fdd /celt_sources.mk
parent3765a248489e902b5e1b26e1d68aa10d6e02ff67 (diff)
downloadlibopus-f9d3d432d135253357ba457ecd0e4f68f12a4584.tar.gz
Adding CMake support for Windows, Mac, Linux and Android Co-Authored-By: evpobr
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
Diffstat (limited to 'celt_sources.mk')
-rw-r--r--celt_sources.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/celt_sources.mk b/celt_sources.mk
index b619dae3..c9dab06e 100644
--- a/celt_sources.mk
+++ b/celt_sources.mk
@@ -1,4 +1,5 @@
-CELT_SOURCES = celt/bands.c \
+CELT_SOURCES = \
+celt/bands.c \
celt/celt.c \
celt/celt_encoder.c \
celt/celt_decoder.c \