fsfw/src/fsfw/pus/CMakeLists.txt
Robin Mueller 7fee852dbd
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
re-apply updated auto-formatter
2022-05-16 14:55:15 +02:00

13 lines
420 B
CMake

target_sources(
${LIB_FSFW_NAME}
PRIVATE Service1TelecommandVerification.cpp
Service2DeviceAccess.cpp
Service3Housekeeping.cpp
Service5EventReporting.cpp
Service8FunctionManagement.cpp
Service9TimeManagement.cpp
Service17Test.cpp
Service20ParameterManagement.cpp
CService200ModeCommanding.cpp
CService201HealthCommanding.cpp)