Robin Mueller
c99cb4a81e
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
5 lines
191 B
CMake
5 lines
191 B
CMake
if(TGT_BSP MATCHES "arm/q7s" OR TGT_BSP MATCHES "")
|
|
target_sources(${LIB_EIVE_MISSION} PRIVATE ThermalController.cpp
|
|
AcsController.cpp)
|
|
endif()
|