Skip to content

Commit

Permalink
Fix nasa#277, add version file
Browse files Browse the repository at this point in the history
cfe_psp_version.c should have been included in the source list,
but was mistakenly omitted in previous PR.
  • Loading branch information
jphickey committed Mar 23, 2021
1 parent 73366d4 commit ea1c48d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fsw/shared/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ add_library(psp-${CFE_PSP_TARGETNAME}-shared OBJECT
src/cfe_psp_module.c
src/cfe_psp_port.c
src/cfe_psp_ram.c
src/cfe_psp_version.c
)

target_compile_definitions(psp-${CFE_SYSTEM_PSPNAME}-shared PRIVATE
$<TARGET_PROPERTY:psp_module_api,INTERFACE_COMPILE_DEFINITIONS>
)

target_include_directories(psp-${CFE_PSP_TARGETNAME}-shared PRIVATE
target_include_directories(psp-${CFE_PSP_TARGETNAME}-shared PRIVATE
$<TARGET_PROPERTY:psp_module_api,INTERFACE_INCLUDE_DIRECTORIES>
)

0 comments on commit ea1c48d

Please sign in to comment.