fsfw/thermal/CMakeLists.txt

11 lines
211 B
CMake
Raw Normal View History

2020-12-07 01:40:10 +01:00
target_sources(${LIB_FSFW_NAME}
PRIVATE
AbstractTemperatureSensor.cpp
Heater.cpp
RedundantHeater.cpp
2020-12-12 18:32:24 +01:00
ThermalComponentCore.cpp
2020-12-07 01:40:10 +01:00
ThermalComponent.cpp
ThermalModule.cpp
2020-12-12 18:32:24 +01:00
ThermalMonitorReporter.cpp
2020-12-07 01:40:10 +01:00
)