fsfw/src/fsfw/devicehandlers/CMakeLists.txt

11 lines
302 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
HealthDevice.cpp)