From 3f5eeeea37ebcf464945d1d2204f57409beb6ab0 Mon Sep 17 00:00:00 2001 From: "Lucas, John P" Date: Thu, 25 Apr 2024 12:12:42 -0400 Subject: [PATCH] [nasa/nos3#282] Added include APPLICATION_PLATFORM_INC_LIST to the CMakeList.txt; --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4ba265..0625a34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,8 @@ add_cfe_app(ds ${APP_SRC_FILES}) # This permits direct access to public headers in the fsw/inc directory target_include_directories(ds PUBLIC fsw/inc) +include_directories(${APPLICATION_PLATFORM_INC_LIST}) + set(APP_TABLE_FILES fsw/tables/ds_filter_tbl.c fsw/tables/ds_file_tbl.c