We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aed159c + ea20cb3 commit 4f76f5fCopy full SHA for 4f76f5f
cmake/arch_build.cmake
@@ -62,7 +62,7 @@ endfunction(initialize_globals)
62
function(add_psp_module MOD_NAME MOD_SRC_FILES)
63
64
# Include the PSP shared directory so it can get to cfe_psp_module.h
65
- include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared)
+ include_directories(${MISSION_SOURCE_DIR}/psp/fsw/shared/inc)
66
add_definitions(-D_CFE_PSP_MODULE_)
67
68
# Create the module
0 commit comments