eive-obsw/bsp_q7s/core/CMakeLists.txt
Robin Mueller 91b69eacf6
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
A lot of stuff
- refactored and simplified RW assemblies
- create separate SPI Com IF for RWs
- Update .cproject file: Fixed to decrease indexer parsing times
2022-05-11 01:48:26 +02:00

10 lines
169 B
CMake

target_sources(${OBSW_NAME} PRIVATE
CoreController.cpp
InitMission.cpp
ObjectFactory.cpp
)
target_sources(${SIMPLE_OBSW_NAME} PRIVATE
InitMission.cpp
)