Robin Mueller
7d54ecaee3
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
11 lines
297 B
CMake
11 lines
297 B
CMake
add_subdirectory(objects)
|
|
add_subdirectory(acs)
|
|
add_subdirectory(tcs)
|
|
add_subdirectory(com)
|
|
add_subdirectory(power)
|
|
|
|
target_sources(
|
|
${LIB_EIVE_MISSION}
|
|
PRIVATE systemTree.cpp DualLanePowerStateMachine.cpp EiveSystem.cpp
|
|
treeUtil.cpp SharedPowerAssemblyBase.cpp payloadModeTree.cpp)
|