eive-obsw/bsp_q7s/core/CMakeLists.txt
Robin Mueller f014e2d5c7
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
system folder restructuring
2022-04-25 10:36:03 +02:00

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
)