Skip to content

Commit a4f0138

Browse files
keegan-mooreGitHub Enterprise
authored andcommitted
Merge pull request #22 from cFS/21-add-mechanism-to-override-message-ids
Fix #21, Add mechanism to override Message IDs header
2 parents d2d7db2 + 76b9395 commit a4f0138

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

arch_build.cmake

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
###########################################################
2+
#
3+
# FM App platform build setup
4+
#
5+
# This file is evaluated as part of the "prepare" stage
6+
# and can be used to set up prerequisites for the build,
7+
# such as generating header files
8+
#
9+
###########################################################
10+
11+
# The list of header files that control the app configuration
12+
set(FM_PLATFORM_CONFIG_FILE_LIST
13+
fm_msgids.h
14+
)
15+
16+
generate_configfile_set(${FM_PLATFORM_CONFIG_FILE_LIST})

docs/dox_src/fm-common.doxyfile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
# Include front material followed by everything in fsw
66
INPUT += @fm_MISSION_DIR@/docs/dox_src/cfs_fm.dox
7+
INPUT += @fm_MISSION_DIR@/config
78
INPUT += @fm_MISSION_DIR@/fsw
89

910
IMAGE_PATH += @fm_MISSION_DIR@/docs/dox_src

0 commit comments

Comments
 (0)