Skip to content

Commit

Permalink
Fix nasa#41, Moves interface definition files to inc
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfig committed Dec 22, 2022
1 parent 9081653 commit 203c978
Show file tree
Hide file tree
Showing 21 changed files with 1,306 additions and 18 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
project(CFS_MD C)

include_directories(fsw/src)
include_directories(fsw/mission_inc)
include_directories(fsw/platform_inc)

set(APP_SRC_FILES
fsw/src/md_dwell_tbl.c
fsw/src/md_utils.c
Expand All @@ -15,6 +11,9 @@ set(APP_SRC_FILES
# Create the app module
add_cfe_app(md ${APP_SRC_FILES})

# This permits direct access to public headers in the fsw/inc directory
target_include_directories(md PUBLIC fsw/inc)

set(APP_TABLE_FILES
fsw/tables/md_dw02.c
fsw/tables/md_dw03.c
Expand Down
1 change: 1 addition & 0 deletions docs/dox_src/md-common.doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
# Include front material followed by everything in fsw
INPUT += @md_MISSION_DIR@/docs/dox_src/cfs_md.dox
INPUT += @md_MISSION_DIR@/fsw
INPUT += @md_MISSION_DIR@/fsw/inc

IMAGE_PATH += @md_MISSION_DIR@/docs/dox_src
Loading

0 comments on commit 203c978

Please sign in to comment.