fsfw/pus/CMakeLists.txt

12 lines
313 B
CMake
Raw Normal View History

2020-12-07 01:40:10 +01:00
target_sources(${LIB_FSFW_NAME}
PRIVATE
CService200ModeCommanding.cpp
CService201HealthCommanding.cpp
Service17Test.cpp
Service1TelecommandVerification.cpp
Service2DeviceAccess.cpp
2021-01-14 11:27:35 +01:00
Service3Housekeeping.cpp
2020-12-07 01:40:10 +01:00
Service5EventReporting.cpp
Service8FunctionManagement.cpp
Service9TimeManagement.cpp
)