cmake lists form upstream taken over
This commit is contained in:
parent
707bb9dd5d
commit
41dc9ce6c6
4
serialize/CMakeLists.txt
Normal file
4
serialize/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
target_sources(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
SerialBufferAdapter.cpp
|
||||||
|
)
|
@ -2,4 +2,6 @@ target_sources(${LIB_FSFW_NAME}
|
|||||||
PRIVATE
|
PRIVATE
|
||||||
ConstStorageAccessor.cpp
|
ConstStorageAccessor.cpp
|
||||||
StorageAccessor.cpp
|
StorageAccessor.cpp
|
||||||
|
LocalPool.cpp
|
||||||
|
PoolManager.cpp
|
||||||
)
|
)
|
7
tcdistribution/CMakeLists.txt
Normal file
7
tcdistribution/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
target_sources(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
CCSDSDistributor.cpp
|
||||||
|
PUSDistributor.cpp
|
||||||
|
TcDistributor.cpp
|
||||||
|
TcPacketCheck.cpp
|
||||||
|
)
|
10
thermal/CMakeLists.txt
Normal file
10
thermal/CMakeLists.txt
Normal 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
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user