Robin Mueller
f014e2d5c7
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
11 lines
182 B
CMake
11 lines
182 B
CMake
target_sources(${OBSW_NAME} PRIVATE
|
|
CoreController.cpp
|
|
obsw.cpp
|
|
InitMission.cpp
|
|
ObjectFactory.cpp
|
|
)
|
|
|
|
target_sources(${SIMPLE_OBSW_NAME} PRIVATE
|
|
InitMission.cpp
|
|
)
|