Marius Eggert
2ede1ed27c
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
6 lines
213 B
CMake
6 lines
213 B
CMake
if(TGT_BSP MATCHES "arm/q7s" OR TGT_BSP MATCHES "")
|
|
target_sources(${LIB_EIVE_MISSION} PRIVATE ThermalController.cpp
|
|
AcsController.cpp)
|
|
endif()
|
|
|
|
add_subdirectory(acs) |