Robin Mueller
bab8412f10
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
17 lines
338 B
CMake
17 lines
338 B
CMake
target_sources(${LIB_EIVE_MISSION} PRIVATE
|
|
EiveSystem.cpp
|
|
AcsSubsystem.cpp
|
|
ComSubsystem.cpp
|
|
PayloadSubsystem.cpp
|
|
|
|
AcsBoardAssembly.cpp
|
|
RwAssembly.cpp
|
|
SusAssembly.cpp
|
|
DualLanePowerStateMachine.cpp
|
|
PowerStateMachineBase.cpp
|
|
DualLaneAssemblyBase.cpp
|
|
TcsBoardAssembly.cpp
|
|
)
|
|
|
|
add_subdirectory(fdir)
|