eive-obsw/mission/controller/CMakeLists.txt
Jakob Meier 3a93cdc105
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
add thermal controller for hosted build
2022-06-27 13:53:38 +02:00

4 lines
127 B
CMake

if(TGT_BSP MATCHES "arm/q7s" OR TGT_BSP MATCHES "")
target_sources(${LIB_EIVE_MISSION} PRIVATE ThermalController.cpp)
endif()