Robin Mueller
04e3d2486d
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
19 lines
513 B
CMake
19 lines
513 B
CMake
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE EiveSystem.cpp
|
|
CamSwitcher.cpp
|
|
AcsSubsystem.cpp
|
|
ComSubsystem.cpp
|
|
TcsSubsystem.cpp
|
|
PayloadSubsystem.cpp
|
|
AcsBoardAssembly.cpp
|
|
ImtqAssembly.cpp
|
|
SyrlinksAssembly.cpp
|
|
Stack5VHandler.cpp
|
|
SusAssembly.cpp
|
|
RwAssembly.cpp
|
|
DualLanePowerStateMachine.cpp
|
|
PowerStateMachineBase.cpp
|
|
DualLaneAssemblyBase.cpp
|
|
TcsBoardAssembly.cpp)
|