fsfw/src/fsfw/devicehandlers/CMakeLists.txt

12 lines
339 B
CMake
Raw Normal View History

2022-05-16 14:55:15 +02:00
target_sources(
${LIB_FSFW_NAME}
PRIVATE AssemblyBase.cpp
ChildHandlerBase.cpp
ChildHandlerFDIR.cpp
DeviceHandlerBase.cpp
DeviceHandlerFailureIsolation.cpp
DeviceHandlerMessage.cpp
DeviceTmReportingWrapper.cpp
2023-11-09 10:36:45 +01:00
FreshDeviceHandlerBase.cpp
2022-05-16 14:55:15 +02:00
HealthDevice.cpp)