Skip to content

Commit

Permalink
Merge pull request #1 from nasa-itc/nos3#282
Browse files Browse the repository at this point in the history
[nasa/nos3#282] Added include APPLICATION_PLATFORM_INC_LIST
  • Loading branch information
jlucas9 authored Apr 25, 2024
2 parents 2a6c6a2 + 3f5eeee commit 3f273f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3f273f6

Please sign in to comment.