eive-obsw/mission/controller/CMakeLists.txt
Robin Mueller 828738ba0e
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
afmt
2022-12-01 15:56:55 +01:00

7 lines
214 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)