Skip to content

Commit

Permalink
Merge branch 'main' into techdev-sois-eds-draco-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
jphickey committed Apr 17, 2023
2 parents 2a30e97 + 6fef38e commit b79992a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Development Build: v2.5.0-rc4+dev43
- update cmake recipe
- See <https://github.com/nasa/ci_lab/pull/136>

## Development Build: v2.5.0-rc4+dev39
- Remove redundant comments
- Create CHANGELOG.md
Expand Down
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
)
2 changes: 1 addition & 1 deletion fsw/src/ci_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/* Development Build Macro Definitions */

#define CI_LAB_BUILD_NUMBER 39 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_NUMBER 43 /*!< Development Build: Number of commits since baseline */
#define CI_LAB_BUILD_BASELINE \
"v2.5.0-rc4" /*!< Development Build: git tag that is the base for the current development */

Expand Down

0 comments on commit b79992a

Please sign in to comment.