mirror of
https://github.com/ittiam-systems/libxaac.git
synced 2026-08-14 14:52:33 +07:00
4 lines
169 B
CMake
4 lines
169 B
CMake
# src files
|
|
list(APPEND LIBXAACDEC_SRCS
|
|
"${XAAC_ROOT}/decoder/x86/ixheaacd_function_selector_x86.c"
|
|
"${XAAC_ROOT}/decoder/generic/ixheaacd_qmf_dec_generic.c")
|