From 69ebd9ab9cc450cc565f5b498aa202358e3e91de Mon Sep 17 00:00:00 2001 From: shastry Date: Fri, 8 Dec 2023 11:05:08 +0530 Subject: [PATCH] DRC: math: Add exponential source files to the window and aural CMakeLists. For the C code mock up test, add the HiFi exponential source files to the window and auditory CMakeLists. Signed-off-by: shastry --- test/cmocka/src/math/window/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cmocka/src/math/window/CMakeLists.txt b/test/cmocka/src/math/window/CMakeLists.txt index 6e5629e8f60d..69c86aa525ec 100644 --- a/test/cmocka/src/math/window/CMakeLists.txt +++ b/test/cmocka/src/math/window/CMakeLists.txt @@ -8,4 +8,5 @@ cmocka_test(window ${PROJECT_SOURCE_DIR}/src/math/base2log.c ${PROJECT_SOURCE_DIR}/src/math/decibels.c ${PROJECT_SOURCE_DIR}/src/math/exp_fcn.c + ${PROJECT_SOURCE_DIR}/src/math/exp_fcn_hifi.c )