fsfw/src/fsfw/osal/rtems/CMakeLists.txt
Robin Mueller 7fee852dbd
All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
re-apply updated auto-formatter
2022-05-16 14:55:15 +02:00

18 lines
435 B
CMake

target_sources(
${LIB_FSFW_NAME}
PRIVATE Clock.cpp
CpuUsage.cpp
InitTask.cpp
InternalErrorCodes.cpp
MessageQueue.cpp
PeriodicTask.cpp
Mutex.cpp
MutexFactory.cpp
FixedTimeslotTask.cpp
QueueFactory.cpp
RtemsBasic.cpp
RTEMSTaskBase.cpp
TaskFactory.cpp
BinarySemaphore.cpp
SemaphoreFactory.cpp)