eive-obsw/mission/system/CMakeLists.txt
Robin Mueller 1742371c14
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
created new dual lane assembly base
2022-03-10 10:54:27 +01:00

11 lines
255 B
CMake

target_sources(${LIB_EIVE_MISSION} PRIVATE
AcsBoardAssembly.cpp
SusAssembly.cpp
AcsSubsystem.cpp
TcsSubsystem.cpp
EiveSystem.cpp
ComSubsystem.cpp
TcsSubsystem.cpp
DualLanePowerStateMachine.cpp
DualLaneAssemblyBase.cpp
)