Skip to content

Commit

Permalink
Fix nasa#348, Move interface definition files to inc
Browse files Browse the repository at this point in the history
  • Loading branch information
chillfig committed Dec 6, 2022
1 parent b9a8898 commit 77fee11
Show file tree
Hide file tree
Showing 10 changed files with 3,024 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
project(CFS_CF C)

include_directories(fsw/src)
include_directories(fsw/mission_inc)
include_directories(fsw/platform_inc)
include_directories(${CFS_IO_LIB_MISSION_DIR}/fsw/public_inc)

set(APP_SRC_FILES
Expand All @@ -24,6 +21,10 @@ set(APP_SRC_FILES
# Create the app module
add_cfe_app(cf ${APP_SRC_FILES})

# This permits direct access to public headers in the fsw/inc dir
target_include_directories(cf PUBLIC fsw/inc)
target_include_directories(cf PUBLIC fsw/src)

# configuration table
add_cfe_tables(cf fsw/tables/cf_def_config.c)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 77fee11

Please sign in to comment.