1
0
forked from fsfw/fsfw

cmake lists form upstream taken over

This commit is contained in:
2020-12-22 16:19:30 +01:00
parent 707bb9dd5d
commit 41dc9ce6c6
4 changed files with 23 additions and 0 deletions

10
thermal/CMakeLists.txt Normal file
View File

@ -0,0 +1,10 @@
target_sources(${LIB_FSFW_NAME}
PRIVATE
AbstractTemperatureSensor.cpp
Heater.cpp
RedundantHeater.cpp
ThermalComponentCore.cpp
ThermalComponent.cpp
ThermalModule.cpp
ThermalMonitorReporter.cpp
)