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