From c4de7d665d48803cfb298c2b95c1c6e452520eb5 Mon Sep 17 00:00:00 2001 From: Rahul T R Date: Tue, 6 Dec 2022 12:12:10 +0530 Subject: [PATCH] meson: Align with updates in SDK Perception include folder name is changed in SDK. Align with the same Signed-off-by: Rahul T R --- cmake/common.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/common.cmake b/cmake/common.cmake index 822f940..3cdb273 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -76,7 +76,7 @@ include_directories(${PROJECT_SOURCE_DIR} ${TARGET_FS}/usr/include/processor_sdk/vision_apps/platform/${TARGET_SOC_LOWER}/linux ${TARGET_FS}/usr/include/processor_sdk/ivision ${TARGET_FS}/usr/include/processor_sdk/imaging - ${TARGET_FS}/usr/include/processor_sdk/perception/include + ${TARGET_FS}/usr/include/processor_sdk/ti-perception-toolkit/include ${TARGET_FS}/usr/include/processor_sdk/imaging/algos/ae/include ${TARGET_FS}/usr/include/processor_sdk/imaging/algos/awb/include ${TARGET_FS}/usr/include/processor_sdk/imaging/algos/dcc/include