Skip to content

Commit

Permalink
Merge pull request #136 from jphickey/fix-135-cmake-recipe
Browse files Browse the repository at this point in the history
Fix #135, update cmake recipe
  • Loading branch information
dzbaker committed Apr 10, 2023
2 parents a5e8b4b + e262041 commit 8884708
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
cmake_minimum_required(VERSION 3.5)
project(CFS_CI_LAB C)

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

aux_source_directory(fsw/src APP_SRC_FILES)
set(APP_SRC_FILES
fsw/src/ci_lab_app.c
)

# Create the app module
add_cfe_app(ci_lab ${APP_SRC_FILES})

target_include_directories(ci_lab PUBLIC
fsw/mission_inc
fsw/platform_inc
)

0 comments on commit 8884708

Please sign in to comment.