eive-obsw/mission/controller/CMakeLists.txt
meggert 1dd38acee4
Some checks failed
EIVE/eive-obsw/pipeline/pr-v4.0.0-dev There was a failure building this commit
EIVE/-/pipeline/pr-v4.0.0-dev Build queued...
object factory stuff
2023-06-07 14:30:58 +02:00

8 lines
279 B
CMake

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