Robin Mueller
91b69eacf6
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
- refactored and simplified RW assemblies - create separate SPI Com IF for RWs - Update .cproject file: Fixed to decrease indexer parsing times
10 lines
169 B
CMake
10 lines
169 B
CMake
target_sources(${OBSW_NAME} PRIVATE
|
|
CoreController.cpp
|
|
InitMission.cpp
|
|
ObjectFactory.cpp
|
|
)
|
|
|
|
target_sources(${SIMPLE_OBSW_NAME} PRIVATE
|
|
InitMission.cpp
|
|
)
|