From 42648d81c7be8756f161aea9e07878a927d9ab2b Mon Sep 17 00:00:00 2001 From: sladro Date: Tue, 9 Dec 2025 11:08:24 +0800 Subject: [PATCH] Update CMakeLists.txt --- samples/mpp_decode_demo/CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/samples/mpp_decode_demo/CMakeLists.txt b/samples/mpp_decode_demo/CMakeLists.txt index 72307a4..cfababd 100644 --- a/samples/mpp_decode_demo/CMakeLists.txt +++ b/samples/mpp_decode_demo/CMakeLists.txt @@ -5,7 +5,12 @@ if(NOT ENABLE_RK_DEMOS) else() set(MPP_SRC_ROOT ${RK_MPP_ROOT}) set(MPP_TEST_SOURCE ${MPP_SRC_ROOT}/test/mpi_dec_test.c) - set(MPP_UTIL_SOURCE ${MPP_SRC_ROOT}/utils/mpi_dec_utils.c) + set(MPP_UTIL_SOURCE + ${MPP_SRC_ROOT}/utils/mpi_dec_utils.c + ${MPP_SRC_ROOT}/utils/utils.c + ${MPP_SRC_ROOT}/utils/mpp_opt.c + ${MPP_SRC_ROOT}/utils/dictionary.c + ${MPP_SRC_ROOT}/utils/iniparser.c) if(NOT EXISTS ${MPP_TEST_SOURCE}) message(FATAL_ERROR "mpi_dec_test.c not found at ${MPP_TEST_SOURCE}. Verify RK_MPP_ROOT")