Skip to content

Commit

Permalink
Fix nasa#139, Moves interface definition files to inc
Browse files Browse the repository at this point in the history
chillfig committed Dec 7, 2022

Verified

This commit was signed with the committer’s verified signature.
Eliulm Elias Wahl
1 parent 9e2ad8c commit eb51199
Showing 6 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -4,10 +4,9 @@ project(CFS_TO_LAB C)
# Include source directory for table use
include_directories(fsw/src)

include_directories(fsw/mission_inc)
include_directories(fsw/platform_inc)
include_directories(${ci_lab_MISSION_DIR}/fsw/platform_inc)
include_directories(${sample_app_MISSION_DIR}/fsw/platform_inc)
include_directories(fsw/inc)
include_directories(${ci_lab_MISSION_DIR}/fsw/inc)
include_directories(${sample_app_MISSION_DIR}/fsw/inc)

aux_source_directory(fsw/src APP_SRC_FILES)

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eb51199

Please sign in to comment.