eive-obsw/mission/system/objects/CMakeLists.txt
Robin Mueller b75102f670
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
add 5V stack handler
2022-12-21 14:11:31 +01:00

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)