fsfw/thermal/CMakeLists.txt

11 lines
211 B
CMake
Raw Normal View History

2020-12-22 16:19:30 +01:00
target_sources(${LIB_FSFW_NAME}
PRIVATE
AbstractTemperatureSensor.cpp
Heater.cpp
RedundantHeater.cpp
ThermalComponentCore.cpp
ThermalComponent.cpp
ThermalModule.cpp
ThermalMonitorReporter.cpp
)