fsfw/src/fsfw/pus/CMakeLists.txt
Ulrich Mohr ad4adc7cba
Some checks failed
fsfw/fsfw/pipeline/head There was a failure building this commit
breaking everything in preperation of new Datapool
2023-07-03 17:10:16 +02:00

13 lines
419 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
CServiceHealthCommanding.cpp)