Skip to content

Commit

Permalink
Fix #139, Moves 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 9e2ad8c commit 50a6188
Show file tree
Hide file tree
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
Expand Up @@ -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)

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

0 comments on commit 50a6188

Please sign in to comment.