2022-02-25 11:58:02 +01:00
|
|
|
target_sources(${LIB_EIVE_MISSION} PRIVATE
|
|
|
|
EiveSystem.cpp
|
2022-04-14 09:54:07 +02:00
|
|
|
AcsSubsystem.cpp
|
2022-02-25 11:58:02 +01:00
|
|
|
ComSubsystem.cpp
|
2022-04-14 09:54:07 +02:00
|
|
|
PayloadSubsystem.cpp
|
|
|
|
|
|
|
|
AcsBoardAssembly.cpp
|
2022-04-21 16:56:46 +02:00
|
|
|
RwAssembly.cpp
|
2022-04-14 09:54:07 +02:00
|
|
|
SusAssembly.cpp
|
2022-03-05 03:02:09 +01:00
|
|
|
DualLanePowerStateMachine.cpp
|
2022-03-22 15:49:22 +01:00
|
|
|
PowerStateMachineBase.cpp
|
2022-03-10 10:54:27 +01:00
|
|
|
DualLaneAssemblyBase.cpp
|
2022-03-22 18:48:03 +01:00
|
|
|
TcsBoardAssembly.cpp
|
2022-04-28 15:25:03 +02:00
|
|
|
)
|
2022-03-17 19:59:47 +01:00
|
|
|
|
2022-04-28 15:25:03 +02:00
|
|
|
add_subdirectory(fdir)
|