eive-obsw/bsp_q7s/core/CMakeLists.txt
2023-02-23 23:56:11 +01:00

5 lines
205 B
CMake

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