5 lines
205 B
CMake
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)
|