1
0
forked from fsfw/fsfw

small bugfixes

This commit is contained in:
2020-12-19 18:38:02 +01:00
parent b8e703ca83
commit 8ede00fdf1
2 changed files with 5 additions and 0 deletions

View File

@ -119,3 +119,7 @@ target_include_directories(${LIB_FSFW_NAME} PRIVATE
${CMAKE_SOURCE_DIR}
${FSFW_CONFIG_PATH_ABSOLUTE}
)
target_compile_options(${LIB_FSFW_NAME} PRIVATE
${ABI_FLAGS}
)