additional build option

This commit is contained in:
Robin Müller 2020-12-07 02:03:42 +01:00
parent 5e234f1e23
commit 33d4b57400
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ set(LIB_FSFW_NAME fsfw)
add_library(${LIB_FSFW_NAME})
option(FSFW_USE_RMAP "Compile with RMAP" ON)
option(FSFW_USE_DATALINKLAYER "Compile with Data Link Layer" ON)
add_subdirectory(action)
add_subdirectory(container)