Robin Mueller
da386edd05
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
18 lines
481 B
CMake
18 lines
481 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE EiveSystem.cpp
|
|
CamSwitcher.cpp
|
|
AcsSubsystem.cpp
|
|
TcsSubsystem.cpp
|
|
PayloadSubsystem.cpp
|
|
AcsBoardAssembly.cpp
|
|
ImtqAssembly.cpp
|
|
Stack5VHandler.cpp
|
|
SusAssembly.cpp
|
|
RwAssembly.cpp
|
|
DualLanePowerStateMachine.cpp
|
|
StrAssembly.cpp
|
|
PowerStateMachineBase.cpp
|
|
DualLaneAssemblyBase.cpp
|
|
TcsBoardAssembly.cpp)
|