eive-obsw/mission/system/CMakeLists.txt
Robin Mueller acd0307591
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
continued ACS board + SUS board assemblies
- Handling and Testing of basic FDIR
2022-03-17 19:23:39 +01:00

12 lines
276 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
AcsBoardFdir.cpp
)