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