eive-obsw/mission/system/CMakeLists.txt
Robin Mueller 7d54ecaee3
Some checks failed
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
small CMake fix
2023-12-06 11:36:35 +01:00

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)