From cf2abe786b6458d60f42fd6d9d3bce658caa9ea6 Mon Sep 17 00:00:00 2001 From: Bryan Lozano Date: Wed, 20 Mar 2024 15:27:53 -0700 Subject: [PATCH] Update CMakeLists.txt --- src/runtime_src/core/common/api/CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/runtime_src/core/common/api/CMakeLists.txt b/src/runtime_src/core/common/api/CMakeLists.txt index 9b0c3cdd4c9..206265c4394 100644 --- a/src/runtime_src/core/common/api/CMakeLists.txt +++ b/src/runtime_src/core/common/api/CMakeLists.txt @@ -30,7 +30,9 @@ if (DEFINED XRT_AIE_BUILD) endif() target_include_directories(core_common_api_library_objects - PRIVATE - ${XRT_SOURCE_DIR}/runtime_src - ${XRT_SOURCE_DIR}/runtime_src/core/common/elf + PUBLIC + $ + $ + $ ) +