18 lines
349 B
CMake
18 lines
349 B
CMake
target_sources(${LIB_FSFW_NAME}
|
|
PRIVATE
|
|
Clock.cpp
|
|
FixedTimeslotTask.cpp
|
|
BinarySemaphore.cpp
|
|
BinSemaphUsingTask.cpp
|
|
CountingSemaphore.cpp
|
|
CountingSemaphUsingTask.cpp
|
|
MessageQueue.cpp
|
|
Mutex.cpp
|
|
MutexFactory.cpp
|
|
PeriodicTask.cpp
|
|
QueueFactory.cpp
|
|
QueueMapManager.cpp
|
|
SemaphoreFactory.cpp
|
|
TaskFactory.cpp
|
|
Timekeeper.cpp
|
|
) |