eive-obsw/mission/system/CMakeLists.txt
Robin Mueller 3bd434bbc3
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
I2C reboot procedure for EIVE system
2023-04-06 16:50:33 +02:00

11 lines
291 B
CMake

add_subdirectory(objects)
add_subdirectory(tree)
add_subdirectory(acs)
add_subdirectory(com)
add_subdirectory(fdir)
add_subdirectory(power)
target_sources(
${LIB_EIVE_MISSION} PRIVATE systemTree.cpp DualLanePowerStateMachine.cpp
EiveSystem.cpp treeUtil.cpp)