aboutsummaryrefslogtreecommitdiff
path: root/decoder/x86_64/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/x86_64/CMakeLists.txt')
-rw-r--r--decoder/x86_64/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/decoder/x86_64/CMakeLists.txt b/decoder/x86_64/CMakeLists.txt
new file mode 100644
index 0000000..9819606
--- /dev/null
+++ b/decoder/x86_64/CMakeLists.txt
@@ -0,0 +1,5 @@
+#src files
+target_sources(libxaacdec
+ PRIVATE
+ "${XAAC_ROOT}/decoder/x86_64/ixheaacd_function_selector_x86_64.c"
+ "${XAAC_ROOT}/decoder/generic/ixheaacd_qmf_dec_generic.c")