Robin Mueller
4e9646fe10
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
20 lines
539 B
CMake
20 lines
539 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
|
|
StrAssembly.cpp
|
|
PowerStateMachineBase.cpp
|
|
DualLaneAssemblyBase.cpp
|
|
TcsBoardAssembly.cpp)
|