Skip to content

Commit

Permalink
Fix #65, Moves interface definition files to inc
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfig committed Dec 19, 2022
1 parent b59d70a commit dbd1900
Show file tree
Hide file tree
Showing 10 changed files with 2,422 additions and 5 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_SC C)

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

set(APP_SRC_FILES
fsw/src/sc_rtsrq.c
fsw/src/sc_utils.c
Expand All @@ -25,6 +21,9 @@ set(APP_TABLE_FILES

add_cfe_tables(sc ${APP_TABLE_FILES})

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

# If UT is enabled, then add the tests from the subdirectory
# Note that this is an app, and therefore does not provide
# stub functions, as other entities would not typically make
Expand Down
Loading

0 comments on commit dbd1900

Please sign in to comment.