eive-obsw/mission/system/objects/CMakeLists.txt
Robin Mueller 9dc0c5bde0
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
cleaning up com
2023-03-24 19:37:03 +01:00

19 lines
512 B
CMake

target_sources(
${LIB_EIVE_MISSION}
PRIVATE EiveSystem.cpp
CamSwitcher.cpp
AcsSubsystem.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)