Small patch for CMakeLists file
This adds the additional includes to the interface as well so libraries linking again fsfw get the additional includes as well.
This commit is contained in:
@ -184,6 +184,7 @@ endif()
|
||||
target_include_directories(${LIB_FSFW_NAME} INTERFACE
|
||||
${CMAKE_SOURCE_DIR}
|
||||
${FSFW_CONFIG_PATH_ABSOLUTE}
|
||||
${FSFW_ADD_INC_PATHS_ABS}
|
||||
)
|
||||
|
||||
# Includes path required to compile FSFW itself as well
|
||||
|
Reference in New Issue
Block a user