eive-obsw/mission/system/objects/CMakeLists.txt
Robin Mueller 6af7ccc6a2
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
need to fix all of these TODOs
2022-09-29 19:40:00 +02:00

14 lines
373 B
CMake

target_sources(
${LIB_EIVE_MISSION}
PRIVATE EiveSystem.cpp
AcsSubsystem.cpp
ComSubsystem.cpp
PayloadSubsystem.cpp
AcsBoardAssembly.cpp
SusAssembly.cpp
RwAssembly.cpp
DualLanePowerStateMachine.cpp
PowerStateMachineBase.cpp
DualLaneAssemblyBase.cpp
TcsBoardAssembly.cpp)