File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed
Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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} )
File renamed without changes.
Original file line number Diff line number Diff line change 44
55# Include front material followed by everything in fsw
66INPUT += @fm_MISSION_DIR@/docs/dox_src/cfs_fm.dox
7+ INPUT += @fm_MISSION_DIR@/config
78INPUT += @fm_MISSION_DIR@/fsw
89
910IMAGE_PATH += @fm_MISSION_DIR@/docs/dox_src
You can’t perform that action at this time.
0 commit comments