eive-obsw/mission/controller/CMakeLists.txt
Robin Mueller 3ca11b5894
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
run auto-formatter
2022-07-14 17:35:49 +02:00

4 lines
128 B
CMake

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